Searched refs:physoutdev (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_physdev.h18 char physoutdev[IFNAMSIZ]; member in struct:ipt_physdev_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv6/
H A Dip6t_physdev.h18 char physoutdev[IFNAMSIZ]; member in struct:ip6t_physdev_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_physdev.h20 char physoutdev[IFNAMSIZ]; member in struct:xt_physdev_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_physdev.h20 char physoutdev[IFNAMSIZ]; member in struct:xt_physdev_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter_bridge/
H A Debt_ulog.h24 char physoutdev[IFNAMSIZ]; member in struct:ebt_ulog_packet_msg
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_physdev.h20 char physoutdev[IFNAMSIZ]; member in struct:xt_physdev_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_physdev.c65 (!nf_bridge->physoutdev ^ !!(info->invert & XT_PHYSDEV_OP_ISOUT))))
79 outdev = nf_bridge->physoutdev ?
80 nf_bridge->physoutdev->name : nulldevname;
81 ret = ifname_compare_aligned(outdev, info->physoutdev, info->out_mask);
H A Dnf_queue.c98 if (nf_bridge->physoutdev)
99 dev_put(nf_bridge->physoutdev);
122 struct net_device *physoutdev; local
172 physoutdev = skb->nf_bridge->physoutdev;
173 if (physoutdev)
174 dev_hold(physoutdev);
H A Dnfnetlink_queue.c328 if (entskb->nf_bridge && entskb->nf_bridge->physoutdev)
330 htonl(entskb->nf_bridge->physoutdev->ifindex));
525 if (entry->skb->nf_bridge->physoutdev &&
526 entry->skb->nf_bridge->physoutdev->ifindex == ifindex)
H A Dnfnetlink_log.c452 if (skb->nf_bridge && skb->nf_bridge->physoutdev)
454 htonl(skb->nf_bridge->physoutdev->ifindex));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_physdev.c29 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, physoutdev)},
54 xtables_parse_interface(cb->arg, info->physoutdev,
102 (info->invert & XT_PHYSDEV_OP_OUT) ? " !":"", info->physoutdev);
126 info->physoutdev);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_physdev.c29 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, physoutdev)},
54 xtables_parse_interface(cb->arg, info->physoutdev,
102 (info->invert & XT_PHYSDEV_OP_OUT) ? " !":"", info->physoutdev);
126 info->physoutdev);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_physdev.c68 parse_interface(argv[optind-1], info->physoutdev,
144 (info->invert & IP6T_PHYSDEV_OP_OUT) ? " !":"", info->physoutdev);
168 (info->invert & IP6T_PHYSDEV_OP_OUT) ? " !":"", info->physoutdev);
H A Dlibipt_physdev.c68 parse_interface(argv[optind-1], info->physoutdev,
144 (info->invert & IPT_PHYSDEV_OP_OUT) ? " !":"", info->physoutdev);
168 (info->invert & IPT_PHYSDEV_OP_OUT) ? " !":"", info->physoutdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_LOG.c433 const struct net_device *physoutdev; local
438 physoutdev = skb->nf_bridge->physoutdev;
439 if (physoutdev && out != physoutdev)
440 printk("PHYSOUT=%s ", physoutdev->name);
H A Dip_queue.c386 if (entry->skb->nf_bridge->physoutdev &&
387 entry->skb->nf_bridge->physoutdev->ifindex == ifindex)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_ulog.c190 strcpy(pm->physoutdev, out->name);
194 pm->outdev[0] = pm->physoutdev[0] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6_queue.c387 if (entry->skb->nf_bridge->physoutdev &&
388 entry->skb->nf_bridge->physoutdev->ifindex == ifindex)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_netfilter.c712 nf_bridge->physoutdev = skb->dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dskbuff.h109 struct net_device *physoutdev; member in struct:nf_bridge_info

Completed in 210 milliseconds