Searched refs:inp_fc_entry (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h129 struct inp_fc_entry { struct
130 RB_ENTRY(inp_fc_entry) infc_link;
706 extern struct inp_fc_entry *inp_fc_getinp(u_int32_t);
707 extern void inp_fc_entry_free(struct inp_fc_entry *);
H A Din_pcb.c204 static __inline int infc_cmp(const struct inp_fc_entry *,
205 const struct inp_fc_entry *);
211 RB_HEAD(inp_fc_tree, inp_fc_entry) inp_fc_tree;
212 RB_PROTOTYPE(inp_fc_tree, inp_fc_entry, infc_link, infc_cmp);
214 RB_GENERATE(inp_fc_tree, inp_fc_entry, infc_link, infc_cmp);
240 inp_fcezone_size = P2ROUNDUP(sizeof (struct inp_fc_entry),
1724 struct inp_fc_entry *infce;
2065 infc_cmp(const struct inp_fc_entry *fc1, const struct inp_fc_entry *fc2)
2073 struct inp_fc_entry keyf
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c5800 struct inp_fc_entry *infc;

Completed in 81 milliseconds