Lines Matching defs:ip4_frag
108 static struct ip4_frag *ip4f_alloc(void);
109 static void ip4f_free(struct ip4_frag *);
1814 struct ip4_frag {
1815 TAILQ_ENTRY(ip4_frag) ip4f_chain;
1821 static TAILQ_HEAD(ip4f_list, ip4_frag) ip4f_list; /* IPv4 fragment cache */
1830 struct ip4_frag *fp;
1856 struct ip4_frag *fp;
1884 struct ip4_frag *fp;
1889 fp = malloc(sizeof(struct ip4_frag),
1903 static struct ip4_frag *
1906 struct ip4_frag *fp;
1918 struct ip4_frag *fp;