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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A D.opts-test62 [ -f $KERNEL_DIR/net/ipv6/netfilter/ip6t_hbh.c -a -f $KERNEL_DIR/net/ipv6/netfilter/ip6t_dst.c -a -f $KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_opts.h ] && echo hbh dst
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota_local.c351 struct buffer_head *hbh; local
357 hbh = NULL;
360 &hbh);
365 dchunk = (struct ocfs2_local_disk_chunk *)hbh->b_data;
368 brelse(hbh);
472 struct buffer_head *hbh = NULL, *qbh = NULL; local
482 hbh = NULL;
485 &hbh);
490 dchunk = (struct ocfs2_local_disk_chunk *)hbh->b_data;
569 brelse(hbh);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp6.c600 struct ip6_hbh *hbh; local
633 hbh = (struct ip6_hbh *)bp;
634 if (!TTEST(hbh->ip6h_len))
636 nh = hbh->ip6h_nxt;
637 hlen = (hbh->ip6h_len + 1) << 3;

Completed in 68 milliseconds