Home
last modified time | relevance | path

Searched refs:inpcbport (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h67 CK_LIST_HEAD(inpcbporthead, inpcbport);
317 struct inpcbport *inp_phd; /* (i/h) head of this list */
401 struct inpcbport { struct
403 CK_LIST_ENTRY(inpcbport) phd_hash; argument
/f-stack/freebsd/netinet/
H A Din_pcb.h67 CK_LIST_HEAD(inpcbporthead, inpcbport);
317 struct inpcbport *inp_phd; /* (i/h) head of this list */
401 struct inpcbport { struct
403 CK_LIST_ENTRY(inpcbport) phd_hash; argument
H A Din_pcb.c1743 struct inpcbport *phd; in inpcbport_free()
1745 phd = __containerof(ctx, struct inpcbport, phd_epoch_ctx); in inpcbport_free()
1857 struct inpcbport *phd = inp->inp_phd; in in_pcbdrop()
2057 struct inpcbport *phd; in in_pcblookup_local()
2686 struct inpcbport *phd; in in_pcbinshash_internal()
2733 phd = malloc(sizeof(struct inpcbport), M_PCB, M_NOWAIT); in in_pcbinshash_internal()
2830 struct inpcbport *phd = inp->inp_phd; in in_pcbremlists()
/f-stack/freebsd/netinet6/
H A Din6_pcb.c780 struct inpcbport *phd; in in6_pcblookup_local()