Symbol: PF_BRIDGE
drivers/net/vxlan/vxlan_vnifilter.c
362
new_tmsg->family = PF_BRIDGE;
drivers/net/vxlan/vxlan_vnifilter.c
991
{THIS_MODULE, PF_BRIDGE, RTM_GETTUNNEL, NULL, vxlan_vnifilter_dump, 0},
drivers/net/vxlan/vxlan_vnifilter.c
992
{THIS_MODULE, PF_BRIDGE, RTM_NEWTUNNEL, vxlan_vnifilter_process, NULL, 0},
drivers/net/vxlan/vxlan_vnifilter.c
993
{THIS_MODULE, PF_BRIDGE, RTM_DELTUNNEL, vxlan_vnifilter_process, NULL, 0},
net/bridge/br_vlan.c
2039
bvm->family = PF_BRIDGE;
net/bridge/br_vlan.c
2344
{THIS_MODULE, PF_BRIDGE, RTM_NEWVLAN, br_vlan_rtm_process, NULL, 0},
net/bridge/br_vlan.c
2345
{THIS_MODULE, PF_BRIDGE, RTM_DELVLAN, br_vlan_rtm_process, NULL, 0},
net/bridge/br_vlan.c
2346
{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
7198
{.protocol = PF_BRIDGE, .msgtype = RTM_GETLINK,
net/core/rtnetlink.c
7200
{.protocol = PF_BRIDGE, .msgtype = RTM_DELLINK,
net/core/rtnetlink.c
7202
{.protocol = PF_BRIDGE, .msgtype = RTM_SETLINK,
net/core/rtnetlink.c
7204
{.protocol = PF_BRIDGE, .msgtype = RTM_NEWNEIGH, .doit = rtnl_fdb_add},
net/core/rtnetlink.c
7205
{.protocol = PF_BRIDGE, .msgtype = RTM_DELNEIGH, .doit = rtnl_fdb_del,
net/core/rtnetlink.c
7207
{.protocol = PF_BRIDGE, .msgtype = RTM_GETNEIGH, .doit = rtnl_fdb_get,
net/core/rtnetlink.c
7209
{.protocol = PF_BRIDGE, .msgtype = RTM_NEWMDB, .doit = rtnl_mdb_add},
net/core/rtnetlink.c
7210
{.protocol = PF_BRIDGE, .msgtype = RTM_DELMDB, .doit = rtnl_mdb_del,
net/core/rtnetlink.c
7212
{.protocol = PF_BRIDGE, .msgtype = RTM_GETMDB, .doit = rtnl_mdb_get,
net/netfilter/nfnetlink_log.c
515
if (pf == PF_BRIDGE) {
net/netfilter/nfnetlink_log.c
551
if (pf == PF_BRIDGE) {
net/netfilter/nfnetlink_queue.c
1757
if (entry->state.pf == PF_BRIDGE) {
net/netfilter/nfnetlink_queue.c
467
if (entry->state.pf != PF_BRIDGE)
net/netfilter/nfnetlink_queue.c
621
if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb))
net/netfilter/nfnetlink_queue.c
640
if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb))
net/netfilter/nfnetlink_queue.c
830
if (entry->state.pf == PF_BRIDGE) {
net/netfilter/nfnetlink_queue.c
861
if (entry->state.pf == PF_BRIDGE) {
net/socket.c
184
[PF_BRIDGE] = "PF_BRIDGE",