Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/netfilter/
Dipfwadm_core.c262 __u16 foff = ntohs(ip->frag_off); in print_packet() local
290 foff & IP_OFFSET, ip->ttl); in print_packet()
291 if (foff & IP_DF) printk(" DF=1"); in print_packet()
292 if (foff & IP_MF) printk(" MF=1"); in print_packet()
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6_tables.c215 u_int16_t foff = 0; in ip6_packet_match() local
239 if (skb->len - foff_off < sizeof(foff)) in ip6_packet_match()
242 foff = ntohs(*(u_int16_t *)(skb->data in ip6_packet_match()
256 if (foff) { in ip6_packet_match()
264 *fragoff = foff; in ip6_packet_match()