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

/freebsd-10.2-release/sys/contrib/altq/altq/
H A Daltq_subr.c128 static struct ip4_frag *ip4f_alloc(void);
129 static void ip4f_free(struct ip4_frag *);
1868 struct ip4_frag { struct
1869 TAILQ_ENTRY(ip4_frag) ip4f_chain;
1875 static TAILQ_HEAD(ip4f_list, ip4_frag) ip4f_list; /* IPv4 fragment cache */
1885 struct ip4_frag *fp;
1911 struct ip4_frag *fp;
1940 struct ip4_frag *fp;
1945 fp = malloc(sizeof(struct ip4_frag),
1959 static struct ip4_frag *
[all...]

Completed in 24 milliseconds