Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsocket.h50 #define PF_BRIDGE 7 /* Multiprotocol bridge. */ macro
101 #define AF_BRIDGE PF_BRIDGE
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsocket.h50 #define PF_BRIDGE 7 /* Multiprotocol bridge. */ macro
101 #define AF_BRIDGE PF_BRIDGE
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_mdb.c1104 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_GETMDB, NULL, br_mdb_dump, 0); in br_mdb_init()
1105 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_NEWMDB, br_mdb_add, NULL, 0); in br_mdb_init()
1106 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_DELMDB, br_mdb_del, NULL, 0); in br_mdb_init()
1111 rtnl_unregister(PF_BRIDGE, RTM_GETMDB); in br_mdb_uninit()
1112 rtnl_unregister(PF_BRIDGE, RTM_NEWMDB); in br_mdb_uninit()
1113 rtnl_unregister(PF_BRIDGE, RTM_DELMDB); in br_mdb_uninit()
H A Dbr_vlan.c1814 bvm->family = PF_BRIDGE; in br_vlan_dump_dev()
2084 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_GETVLAN, NULL, in br_vlan_rtnl_init()
2086 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_NEWVLAN, in br_vlan_rtnl_init()
2088 rtnl_register_module(THIS_MODULE, PF_BRIDGE, RTM_DELVLAN, in br_vlan_rtnl_init()
2094 rtnl_unregister(PF_BRIDGE, RTM_GETVLAN); in br_vlan_rtnl_uninit()
2095 rtnl_unregister(PF_BRIDGE, RTM_NEWVLAN); in br_vlan_rtnl_uninit()
2096 rtnl_unregister(PF_BRIDGE, RTM_DELVLAN); in br_vlan_rtnl_uninit()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/netfilter/
H A 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()
493 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message()
527 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message()
1208 if (entry->state.pf == PF_BRIDGE) { in nfqnl_recv_verdict()
H A Dnfnetlink_log.c482 if (pf == PF_BRIDGE) { in __build_packet_message()
519 if (pf == PF_BRIDGE) { in __build_packet_message()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h238 #define PF_BRIDGE AF_BRIDGE macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h238 #define PF_BRIDGE AF_BRIDGE macro
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c5685 rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, 0); in rtnetlink_init()
5686 rtnl_register(PF_BRIDGE, RTM_DELNEIGH, rtnl_fdb_del, NULL, 0); in rtnetlink_init()
5687 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, rtnl_fdb_get, rtnl_fdb_dump, 0); in rtnetlink_init()
5689 rtnl_register(PF_BRIDGE, RTM_GETLINK, NULL, rtnl_bridge_getlink, 0); in rtnetlink_init()
5690 rtnl_register(PF_BRIDGE, RTM_DELLINK, rtnl_bridge_dellink, NULL, 0); in rtnetlink_init()
5691 rtnl_register(PF_BRIDGE, RTM_SETLINK, rtnl_bridge_setlink, NULL, 0); in rtnetlink_init()