Home
last modified time | relevance | path

Searched refs:physdev (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dviriptables.c407 const char *physdev, in iptablesForwardAllowOut() argument
417 if (physdev && physdev[0]) in iptablesForwardAllowOut()
458 const char *physdev) in iptablesAddForwardAllowOut() argument
506 if (physdev && physdev[0]) in iptablesForwardAllowRelatedIn()
587 const char *physdev, in iptablesForwardAllowIn() argument
597 if (physdev && physdev[0]) in iptablesForwardAllowIn()
637 const char *physdev) in iptablesAddForwardAllowIn() argument
834 const char *physdev, in iptablesForwardMasquerade() argument
881 if (physdev && physdev[0]) in iptablesForwardMasquerade()
997 if (physdev && physdev[0]) in iptablesForwardDontMasquerade()
[all …]
H A Dviriptables.h69 const char *physdev)
75 const char *physdev)
81 const char *physdev)
87 const char *physdev)
94 const char *physdev)
100 const char *physdev)
127 const char *physdev,
135 const char *physdev,
143 const char *physdev,
149 const char *physdev,
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dxt_physdev.c27 const struct net_device *physdev; in physdev_mt() local
54 physdev = nf_bridge_get_physoutdev(skb); in physdev_mt()
55 outdev = physdev ? physdev->name : NULL; in physdev_mt()
62 physdev = nf_bridge_get_physindev(skb); in physdev_mt()
63 indev = physdev ? physdev->name : NULL; in physdev_mt()
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dxt_physdev.c27 const struct net_device *physdev; in physdev_mt() local
54 physdev = nf_bridge_get_physoutdev(skb); in physdev_mt()
55 outdev = physdev ? physdev->name : NULL; in physdev_mt()
62 physdev = nf_bridge_get_physindev(skb); in physdev_mt()
63 indev = physdev ? physdev->name : NULL; in physdev_mt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dxt_physdev.c27 const struct net_device *physdev; in physdev_mt() local
54 physdev = nf_bridge_get_physoutdev(skb); in physdev_mt()
55 outdev = physdev ? physdev->name : NULL; in physdev_mt()
62 physdev = nf_bridge_get_physindev(skb); in physdev_mt()
63 indev = physdev ? physdev->name : NULL; in physdev_mt()
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/ipset/
H A Dip_set_hash_netiface.c49 u8 physdev; member
58 u8 physdev; member
76 ip1->physdev == ip2->physdev && in hash_netiface4_data_equal()
111 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface4_data_list()
186 e.physdev = 1; in hash_netiface4_kadt()
235 e.physdev = 1; in hash_netiface4_uadt()
279 u8 physdev; member
287 u8 physdev; member
305 ip1->physdev == ip2->physdev && in hash_netiface6_data_equal()
399 e.physdev = 1; in hash_netiface6_kadt()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/ipset/
H A Dip_set_hash_netiface.c49 u8 physdev; member
58 u8 physdev; member
76 ip1->physdev == ip2->physdev && in hash_netiface4_data_equal()
111 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface4_data_list()
186 e.physdev = 1; in hash_netiface4_kadt()
235 e.physdev = 1; in hash_netiface4_uadt()
279 u8 physdev; member
287 u8 physdev; member
305 ip1->physdev == ip2->physdev && in hash_netiface6_data_equal()
399 e.physdev = 1; in hash_netiface6_kadt()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/ipset/
H A Dip_set_hash_netiface.c49 u8 physdev; member
58 u8 physdev; member
76 ip1->physdev == ip2->physdev && in hash_netiface4_data_equal()
111 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface4_data_list()
186 e.physdev = 1; in hash_netiface4_kadt()
235 e.physdev = 1; in hash_netiface4_uadt()
279 u8 physdev; member
287 u8 physdev; member
305 ip1->physdev == ip2->physdev && in hash_netiface6_data_equal()
399 e.physdev = 1; in hash_netiface6_kadt()
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_interface.c78 const char *physdev = virDomainNetGetActualDirectDev(net); in qemuInterfaceStartDevice() local
85 if (physdev && virNetDevGetOnline(physdev, &isOnline) < 0) in qemuInterfaceStartDevice()
87 if (!isOnline && virNetDevSetOnline(physdev, true) < 0) in qemuInterfaceStartDevice()
178 const char *physdev = virDomainNetGetActualDirectDev(net); in qemuInterfaceStopDevice() local
193 physdev && virNetDevSetOnline(physdev, false) < 0) in qemuInterfaceStopDevice()
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_iptables.aug56 "-I FORWARD -m physdev --physdev-is-bridged -j ACCEPT\n" =
58 { "match" = "physdev" } { "physdev-is-bridged" } { "jump" = "ACCEPT" } }
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/wlan-ng/
H A Dp80211netdev.c715 int wlan_setup(struct wlandevice *wlandev, struct device *physdev) in wlan_setup() argument
732 wiphy = wlan_create_wiphy(physdev, wlandev); in wlan_setup()
734 dev_err(physdev, "Failed to alloc wiphy.\n"); in wlan_setup()
742 dev_err(physdev, "Failed to alloc netdev.\n"); in wlan_setup()
H A Dp80211netdev.h232 int wlan_setup(struct wlandevice *wlandev, struct device *physdev);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/wlan-ng/
H A Dp80211netdev.c715 int wlan_setup(struct wlandevice *wlandev, struct device *physdev) in wlan_setup() argument
732 wiphy = wlan_create_wiphy(physdev, wlandev); in wlan_setup()
734 dev_err(physdev, "Failed to alloc wiphy.\n"); in wlan_setup()
742 dev_err(physdev, "Failed to alloc netdev.\n"); in wlan_setup()
H A Dp80211netdev.h232 int wlan_setup(struct wlandevice *wlandev, struct device *physdev);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/wlan-ng/
H A Dp80211netdev.c715 int wlan_setup(struct wlandevice *wlandev, struct device *physdev) in wlan_setup() argument
732 wiphy = wlan_create_wiphy(physdev, wlandev); in wlan_setup()
734 dev_err(physdev, "Failed to alloc wiphy.\n"); in wlan_setup()
742 dev_err(physdev, "Failed to alloc netdev.\n"); in wlan_setup()
H A Dp80211netdev.h232 int wlan_setup(struct wlandevice *wlandev, struct device *physdev);
/dports/textproc/augeas/augeas-1.12.0/tests/root/etc/sysconfig/
H A Diptables36 -I FORWARD -m physdev --physdev-is-bridged -j ACCEPT
/dports/net/py-pyroute2.ipset/pyroute2.ipset-0.6.5/pr2modules/
H A Dwiset.py89 def __new__(cls, packets, bytes, comment, timeout, skbmark, physdev=False, argument
92 timeout, skbmark, physdev=physdev,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.h114 const struct net_device *physdev,
H A Dl2t.c416 const struct net_device *physdev, in cxgb4_l2t_get() argument
428 lport = netdev2pinfo(physdev)->tx_chan + 4; in cxgb4_l2t_get()
430 lport = netdev2pinfo(physdev)->lport; in cxgb4_l2t_get()
455 memcpy(e->dmac, physdev->dev_addr, sizeof(e->dmac)); in cxgb4_l2t_get()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.h114 const struct net_device *physdev,
H A Dl2t.c416 const struct net_device *physdev, in cxgb4_l2t_get() argument
428 lport = netdev2pinfo(physdev)->tx_chan + 4; in cxgb4_l2t_get()
430 lport = netdev2pinfo(physdev)->lport; in cxgb4_l2t_get()
455 memcpy(e->dmac, physdev->dev_addr, sizeof(e->dmac)); in cxgb4_l2t_get()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.h114 const struct net_device *physdev,
H A Dl2t.c416 const struct net_device *physdev, in cxgb4_l2t_get() argument
428 lport = netdev2pinfo(physdev)->tx_chan + 4; in cxgb4_l2t_get()
430 lport = netdev2pinfo(physdev)->lport; in cxgb4_l2t_get()
455 memcpy(e->dmac, physdev->dev_addr, sizeof(e->dmac)); in cxgb4_l2t_get()
/dports/shells/zsh/zsh-5.8.1/Completion/Linux/Command/
H A D_iptables141 physdev)
143 '--physdev-in[specify bridge port via which packet is received]:name'
144 '--physdev-out[specify bridge port via which packet is sent]:name'
186 …(ah conntrack dscp esp helper icmp length limit mac mark multiport owner physdev pkttype state tcp…

123