Searched refs:ip_frag (Results 1 – 8 of 8) sorted by relevance
13 ip_frag.h ip_auth.h ip_lookup.h ip_pool.h ip_htable.h ipf_stack.h
47 struct ip_frag { struct
53 static struct ip_frag fragment[FRAG_MAX]; /* ip fragment buffers */181 bzero((caddr_t)&fragment[index], sizeof (struct ip_frag)); in frag_free()
44 file path=usr/include/netinet/ip_frag.h
41 ip_frag.o ip_nat.o ip_nat6.o fil.o \
1421 __u8 ip_frag:1; member1423 __u8 ip_frag:1; member
1726 IPF_OBJS += ip_fil_solaris.o fil.o solaris.o ip_state.o ip_frag.o ip_nat.o \
2942 if (cpl->csum_calc && !cpl->err_vec && !cpl->ip_frag) { in t4_eth_rx()