Home
last modified time | relevance | path

Searched refs:PF_BRIDGE (Results 1 – 7 of 7) sorted by relevance

/linux/net/bridge/netfilter/
H A Debt_nflog.c36 nf_log_packet(net, PF_BRIDGE, xt_hooknum(par), skb, xt_in(par), in ebt_nflog_tg()
/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c362 new_tmsg->family = PF_BRIDGE; in vxlan_vnifilter_dump_dev()
992 {THIS_MODULE, PF_BRIDGE, RTM_GETTUNNEL, NULL, vxlan_vnifilter_dump, 0},
993 {THIS_MODULE, PF_BRIDGE, RTM_NEWTUNNEL, vxlan_vnifilter_process, NULL, 0},
994 {THIS_MODULE, PF_BRIDGE, RTM_DELTUNNEL, vxlan_vnifilter_process, NULL, 0},
/linux/net/netfilter/
H A Dnfnetlink_queue.c584 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_get_bridge_size()
603 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_put_bridge()
768 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message()
802 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message()
1523 if (entry->state.pf == PF_BRIDGE) { in nfqnl_recv_verdict()
H A Dnfnetlink_log.c498 if (pf == PF_BRIDGE) { in __build_packet_message()
535 if (pf == PF_BRIDGE) { in __build_packet_message()
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h270 #define PF_BRIDGE AF_BRIDGE macro
/linux/net/core/
H A Drtnetlink.c7114 {.protocol = PF_BRIDGE, .msgtype = RTM_GETLINK,
7116 {.protocol = PF_BRIDGE, .msgtype = RTM_DELLINK,
7118 {.protocol = PF_BRIDGE, .msgtype = RTM_SETLINK,
7120 {.protocol = PF_BRIDGE, .msgtype = RTM_NEWNEIGH, .doit = rtnl_fdb_add},
7121 {.protocol = PF_BRIDGE, .msgtype = RTM_DELNEIGH, .doit = rtnl_fdb_del,
7123 {.protocol = PF_BRIDGE, .msgtype = RTM_GETNEIGH, .doit = rtnl_fdb_get,
7125 {.protocol = PF_BRIDGE, .msgtype = RTM_NEWMDB, .doit = rtnl_mdb_add},
7126 {.protocol = PF_BRIDGE, .msgtype = RTM_DELMDB, .doit = rtnl_mdb_del,
7128 {.protocol = PF_BRIDGE, .msgtype = RTM_GETMDB, .doit = rtnl_mdb_get,
/linux/net/
H A Dsocket.c184 [PF_BRIDGE] = "PF_BRIDGE",