| 643 | } |
| 644 | |
| 645 | int |
| 646 | lltable_unlink_entry(struct lltable *llt, struct llentry *lle) |
| 647 | { |
| 648 | |
| 649 | return (llt->llt_unlink_entry(lle)); |
| 650 | } |
| 651 | |
| 652 | void |
| 653 | lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) |
no outgoing calls
no test coverage detected