Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_subr.c108 static struct ip4_frag *ip4f_alloc(void);
109 static void ip4f_free(struct ip4_frag *);
1814 struct ip4_frag { struct
1815 TAILQ_ENTRY(ip4_frag) ip4f_chain;
1821 static TAILQ_HEAD(ip4f_list, ip4_frag) ip4f_list; /* IPv4 fragment cache */ argument
1830 struct ip4_frag *fp;
1856 struct ip4_frag *fp;
1884 struct ip4_frag *fp; in ip4f_init()
1889 fp = malloc(sizeof(struct ip4_frag), in ip4f_init()
1903 static struct ip4_frag *
[all …]