Symbol: PF_BRIDGE
drivers/net/vxlan/vxlan_vnifilter.c
362
new_tmsg->family = PF_BRIDGE;
drivers/net/vxlan/vxlan_vnifilter.c
992
{THIS_MODULE, PF_BRIDGE, RTM_GETTUNNEL, NULL, vxlan_vnifilter_dump, 0},
drivers/net/vxlan/vxlan_vnifilter.c
993
{THIS_MODULE, PF_BRIDGE, RTM_NEWTUNNEL, vxlan_vnifilter_process, NULL, 0},
drivers/net/vxlan/vxlan_vnifilter.c
994
{THIS_MODULE, PF_BRIDGE, RTM_DELTUNNEL, vxlan_vnifilter_process, NULL, 0},
net/bridge/br_vlan.c
2032
bvm->family = PF_BRIDGE;
net/bridge/br_vlan.c
2336
{THIS_MODULE, PF_BRIDGE, RTM_NEWVLAN, br_vlan_rtm_process, NULL, 0},
net/bridge/br_vlan.c
2337
{THIS_MODULE, PF_BRIDGE, RTM_DELVLAN, br_vlan_rtm_process, NULL, 0},
net/bridge/br_vlan.c
2338
{THIS_MODULE, PF_BRIDGE, RTM_GETVLAN, NULL, br_vlan_rtm_dump, 0},
net/bridge/netfilter/ebt_nflog.c
36
nf_log_packet(net, PF_BRIDGE, xt_hooknum(par), skb, xt_in(par),
net/core/rtnetlink.c
7099
{.protocol = PF_BRIDGE, .msgtype = RTM_GETLINK,
net/core/rtnetlink.c
7101
{.protocol = PF_BRIDGE, .msgtype = RTM_DELLINK,
net/core/rtnetlink.c
7103
{.protocol = PF_BRIDGE, .msgtype = RTM_SETLINK,
net/core/rtnetlink.c
7105
{.protocol = PF_BRIDGE, .msgtype = RTM_NEWNEIGH, .doit = rtnl_fdb_add},
net/core/rtnetlink.c
7106
{.protocol = PF_BRIDGE, .msgtype = RTM_DELNEIGH, .doit = rtnl_fdb_del,
net/core/rtnetlink.c
7108
{.protocol = PF_BRIDGE, .msgtype = RTM_GETNEIGH, .doit = rtnl_fdb_get,
net/core/rtnetlink.c
7110
{.protocol = PF_BRIDGE, .msgtype = RTM_NEWMDB, .doit = rtnl_mdb_add},
net/core/rtnetlink.c
7111
{.protocol = PF_BRIDGE, .msgtype = RTM_DELMDB, .doit = rtnl_mdb_del,
net/core/rtnetlink.c
7113
{.protocol = PF_BRIDGE, .msgtype = RTM_GETMDB, .doit = rtnl_mdb_get,
net/netfilter/nfnetlink_log.c
497
if (pf == PF_BRIDGE) {
net/netfilter/nfnetlink_log.c
534
if (pf == PF_BRIDGE) {
net/netfilter/nfnetlink_queue.c
1547
if (entry->state.pf == PF_BRIDGE) {
net/netfilter/nfnetlink_queue.c
606
if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb))
net/netfilter/nfnetlink_queue.c
624
if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb))
net/netfilter/nfnetlink_queue.c
791
if (entry->state.pf == PF_BRIDGE) {
net/netfilter/nfnetlink_queue.c
825
if (entry->state.pf == PF_BRIDGE) {
net/socket.c
183
[PF_BRIDGE] = "PF_BRIDGE",