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

/freebsd-13-stable/sys/net/altq/
H A Daltq_subr.c113 static struct ip4_frag *ip4f_alloc(void);
114 static void ip4f_free(struct ip4_frag *);
1821 struct ip4_frag { struct
1822 TAILQ_ENTRY(ip4_frag) ip4f_chain;
1828 static TAILQ_HEAD(ip4f_list, ip4_frag) ip4f_list; /* IPv4 fragment cache */
1837 struct ip4_frag *fp;
1863 struct ip4_frag *fp;
1891 struct ip4_frag *fp;
1896 fp = malloc(sizeof(struct ip4_frag),
1910 static struct ip4_frag *
[all...]

Completed in 54 milliseconds