Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c366 new_tmsg->family = PF_BRIDGE; in vxlan_vnifilter_dump_dev()
997 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_GETTUNNEL, NULL, in vxlan_vnifilter_init()
999 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_NEWTUNNEL, in vxlan_vnifilter_init()
1001 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_DELTUNNEL, in vxlan_vnifilter_init()
1007 rtnl_unregister(PF_BRIDGE, RTM_GETTUNNEL); in vxlan_vnifilter_uninit()
1008 rtnl_unregister(PF_BRIDGE, RTM_NEWTUNNEL); in vxlan_vnifilter_uninit()
1009 rtnl_unregister(PF_BRIDGE, RTM_DELTUNNEL); in vxlan_vnifilter_uninit()
/openbmc/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()
/openbmc/linux/net/bridge/
H A Dbr_vlan.c1996 bvm->family = PF_BRIDGE; in br_vlan_dump_dev()
2301 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_GETVLAN, NULL, in br_vlan_rtnl_init()
2303 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_NEWVLAN, in br_vlan_rtnl_init()
2305 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_DELVLAN, in br_vlan_rtnl_init()
2311 rtnl_unregister(PF_BRIDGE, RTM_GETVLAN); in br_vlan_rtnl_uninit()
2312 rtnl_unregister(PF_BRIDGE, RTM_NEWVLAN); in br_vlan_rtnl_uninit()
2313 rtnl_unregister(PF_BRIDGE, RTM_DELVLAN); in br_vlan_rtnl_uninit()
/openbmc/linux/net/netfilter/
H A Dnfnetlink_queue.c343 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_get_bridge_size()
361 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_put_bridge()
518 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message()
552 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message()
1284 if (entry->state.pf == PF_BRIDGE) { in nfqnl_recv_verdict()
H A Dnfnetlink_log.c497 if (pf == PF_BRIDGE) { in __build_packet_message()
534 if (pf == PF_BRIDGE) { in __build_packet_message()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h254 #define PF_BRIDGE AF_BRIDGE macro
/openbmc/linux/include/linux/
H A Dsocket.h254 #define PF_BRIDGE AF_BRIDGE macro
/openbmc/linux/net/core/
H A Drtnetlink.c6555 rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, 0); in rtnetlink_init()
6556 rtnl_register(PF_BRIDGE, RTM_DELNEIGH, rtnl_fdb_del, NULL, in rtnetlink_init()
6558 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, rtnl_fdb_get, rtnl_fdb_dump, 0); in rtnetlink_init()
6560 rtnl_register(PF_BRIDGE, RTM_GETLINK, NULL, rtnl_bridge_getlink, 0); in rtnetlink_init()
6561 rtnl_register(PF_BRIDGE, RTM_DELLINK, rtnl_bridge_dellink, NULL, 0); in rtnetlink_init()
6562 rtnl_register(PF_BRIDGE, RTM_SETLINK, rtnl_bridge_setlink, NULL, 0); in rtnetlink_init()
6568 rtnl_register(PF_BRIDGE, RTM_GETMDB, NULL, rtnl_mdb_dump, 0); in rtnetlink_init()
6569 rtnl_register(PF_BRIDGE, RTM_NEWMDB, rtnl_mdb_add, NULL, 0); in rtnetlink_init()
6570 rtnl_register(PF_BRIDGE, RTM_DELMDB, rtnl_mdb_del, NULL, 0); in rtnetlink_init()
/openbmc/linux/net/
H A Dsocket.c182 [PF_BRIDGE] = "PF_BRIDGE",