mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
in_pcb: garbage collect in_pcbrele()
This commit is contained in:
parent
5a78df20ce
commit
744a64bd92
2 changed files with 0 additions and 11 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue