inpcb: make inpcb hash insertion/removal functions private
This commit is contained in:
@@ -648,7 +648,6 @@ int in_pcbconnect(struct inpcb *, struct sockaddr_in *, struct ucred *);
|
||||
void in_pcbdisconnect(struct inpcb *);
|
||||
void in_pcbdrop(struct inpcb *);
|
||||
void in_pcbfree(struct inpcb *);
|
||||
int in_pcbinshash(struct inpcb *);
|
||||
int in_pcbladdr(const struct inpcb *, struct in_addr *, struct in_addr *,
|
||||
struct ucred *);
|
||||
int in_pcblbgroup_numa(struct inpcb *, int arg);
|
||||
@@ -660,8 +659,6 @@ struct inpcb *
|
||||
in_pcblookup_mbuf(struct inpcbinfo *, struct in_addr, u_int,
|
||||
struct in_addr, u_int, int, struct ifnet *, struct mbuf *);
|
||||
void in_pcbref(struct inpcb *);
|
||||
void in_pcbrehash(struct inpcb *);
|
||||
void in_pcbremhash_locked(struct inpcb *);
|
||||
bool in_pcbrele(struct inpcb *, inp_lookup_t);
|
||||
bool in_pcbrele_rlocked(struct inpcb *);
|
||||
bool in_pcbrele_wlocked(struct inpcb *);
|
||||
|
||||
Reference in New Issue
Block a user