Searched refs:PF_BRIDGE (Results 1 – 7 of 7) sorted by relevance
| /linux/net/bridge/netfilter/ |
| H A D | ebt_nflog.c | 36 nf_log_packet(net, PF_BRIDGE, xt_hooknum(par), skb, xt_in(par), in ebt_nflog_tg()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_vnifilter.c | 362 new_tmsg->family = PF_BRIDGE; in vxlan_vnifilter_dump_dev() 991 {THIS_MODULE, PF_BRIDGE, RTM_GETTUNNEL, NULL, vxlan_vnifilter_dump, 0}, 992 {THIS_MODULE, PF_BRIDGE, RTM_NEWTUNNEL, vxlan_vnifilter_process, NULL, 0}, 993 {THIS_MODULE, PF_BRIDGE, RTM_DELTUNNEL, vxlan_vnifilter_process, NULL, 0},
|
| /linux/net/netfilter/ |
| H A D | nfnetlink_queue.c | 467 if (entry->state.pf != PF_BRIDGE) in nfqnl_reinject() 621 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_put_bridge() 640 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_build_packet_message() 822 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message() 853 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message() 1576 if (entry->state.pf == PF_BRIDGE) { in nfqnl_recv_config()
|
| H A D | nfnetlink_log.c | 515 if (pf == PF_BRIDGE) { in __build_packet_message() 551 if (pf == PF_BRIDGE) { in __build_packet_message()
|
| /linux/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 270 #define PF_BRIDGE AF_BRIDGE macro
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 7116 {.protocol = PF_BRIDGE, .msgtype = RTM_GETLINK, 7118 {.protocol = PF_BRIDGE, .msgtype = RTM_DELLINK, 7120 {.protocol = PF_BRIDGE, .msgtype = RTM_SETLINK, 7122 {.protocol = PF_BRIDGE, .msgtype = RTM_NEWNEIGH, .doit = rtnl_fdb_add}, 7123 {.protocol = PF_BRIDGE, .msgtype = RTM_DELNEIGH, .doit = rtnl_fdb_del, 7125 {.protocol = PF_BRIDGE, .msgtype = RTM_GETNEIGH, .doit = rtnl_fdb_get, 7127 {.protocol = PF_BRIDGE, .msgtype = RTM_NEWMDB, .doit = rtnl_mdb_add}, 7128 {.protocol = PF_BRIDGE, .msgtype = RTM_DELMDB, .doit = rtnl_mdb_del, 7130 {.protocol = PF_BRIDGE, .msgtype = RTM_GETMDB, .doit = rtnl_mdb_get,
|
| /linux/net/ |
| H A D | socket.c | 184 [PF_BRIDGE] = "PF_BRIDGE",
|