Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/vxlan/
Dvxlan_vnifilter.c366 new_tmsg->family = PF_BRIDGE; in vxlan_vnifilter_dump_dev()
992 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_GETTUNNEL, NULL, in vxlan_vnifilter_init()
994 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_NEWTUNNEL, in vxlan_vnifilter_init()
996 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_DELTUNNEL, in vxlan_vnifilter_init()
1002 rtnl_unregister(PF_BRIDGE, RTM_GETTUNNEL); in vxlan_vnifilter_uninit()
1003 rtnl_unregister(PF_BRIDGE, RTM_NEWTUNNEL); in vxlan_vnifilter_uninit()
1004 rtnl_unregister(PF_BRIDGE, RTM_DELTUNNEL); in vxlan_vnifilter_uninit()
/linux-5.19.10/net/bridge/netfilter/
Debt_nflog.c36 nf_log_packet(net, PF_BRIDGE, xt_hooknum(par), skb, xt_in(par), in ebt_nflog_tg()
/linux-5.19.10/net/bridge/
Dbr_mdb.c1151 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_GETMDB, NULL, br_mdb_dump, 0); in br_mdb_init()
1152 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_NEWMDB, br_mdb_add, NULL, 0); in br_mdb_init()
1153 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_DELMDB, br_mdb_del, NULL, 0); in br_mdb_init()
1158 rtnl_unregister(PF_BRIDGE, RTM_GETMDB); in br_mdb_uninit()
1159 rtnl_unregister(PF_BRIDGE, RTM_NEWMDB); in br_mdb_uninit()
1160 rtnl_unregister(PF_BRIDGE, RTM_DELMDB); in br_mdb_uninit()
Dbr_vlan.c1980 bvm->family = PF_BRIDGE; in br_vlan_dump_dev()
2282 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_GETVLAN, NULL, in br_vlan_rtnl_init()
2284 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_NEWVLAN, in br_vlan_rtnl_init()
2286 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_DELVLAN, in br_vlan_rtnl_init()
2292 rtnl_unregister(PF_BRIDGE, RTM_GETVLAN); in br_vlan_rtnl_uninit()
2293 rtnl_unregister(PF_BRIDGE, RTM_NEWVLAN); in br_vlan_rtnl_uninit()
2294 rtnl_unregister(PF_BRIDGE, RTM_DELVLAN); in br_vlan_rtnl_uninit()
/linux-5.19.10/net/netfilter/
Dnfnetlink_queue.c326 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_get_bridge_size()
344 if (entry->state.pf != PF_BRIDGE || !skb_mac_header_was_set(entskb)) in nfqnl_put_bridge()
498 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message()
532 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message()
1230 if (entry->state.pf == PF_BRIDGE) { in nfqnl_recv_verdict()
Dnfnetlink_log.c488 if (pf == PF_BRIDGE) { in __build_packet_message()
525 if (pf == PF_BRIDGE) { in __build_packet_message()
/linux-5.19.10/tools/perf/trace/beauty/include/linux/
Dsocket.h245 #define PF_BRIDGE AF_BRIDGE macro
/linux-5.19.10/include/linux/
Dsocket.h245 #define PF_BRIDGE AF_BRIDGE macro
/linux-5.19.10/net/core/
Drtnetlink.c6204 rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, 0); in rtnetlink_init()
6205 rtnl_register(PF_BRIDGE, RTM_DELNEIGH, rtnl_fdb_del, NULL, in rtnetlink_init()
6207 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, rtnl_fdb_get, rtnl_fdb_dump, 0); in rtnetlink_init()
6209 rtnl_register(PF_BRIDGE, RTM_GETLINK, NULL, rtnl_bridge_getlink, 0); in rtnetlink_init()
6210 rtnl_register(PF_BRIDGE, RTM_DELLINK, rtnl_bridge_dellink, NULL, 0); in rtnetlink_init()
6211 rtnl_register(PF_BRIDGE, RTM_SETLINK, rtnl_bridge_setlink, NULL, 0); in rtnetlink_init()
/linux-5.19.10/net/
Dsocket.c178 [PF_BRIDGE] = "PF_BRIDGE",