in_pcb: garbage collect in_pcbrele()

This commit is contained in:
Gleb Smirnoff 2021-04-27 15:11:08 -07:00
parent 5a78df20ce
commit 744a64bd92
2 changed files with 0 additions and 11 deletions

View file

@ -1655,16 +1655,6 @@ in_pcbrele_wlocked(struct inpcb *inp)
return (1);
}
/*
* Temporary wrapper.
*/
int
in_pcbrele(struct inpcb *inp)
{
return (in_pcbrele_wlocked(inp));
}
static void
inpcbport_free(epoch_context_t ctx)
{

View file

@ -862,7 +862,6 @@ void in_pcbnotifyall(struct inpcbinfo *pcbinfo, struct in_addr,
void in_pcbref(struct inpcb *);
void in_pcbrehash(struct inpcb *);
void in_pcbrehash_mbuf(struct inpcb *, struct mbuf *);
int in_pcbrele(struct inpcb *);
int in_pcbrele_rlocked(struct inpcb *);
int in_pcbrele_wlocked(struct inpcb *);
void in_losing(struct inpcb *);