Searched refs:PF_BRIDGE (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/net/bridge/ |
| D | br_mdb.c | 613 rtnl_register(PF_BRIDGE, RTM_GETMDB, NULL, br_mdb_dump, NULL); in br_mdb_init() 614 rtnl_register(PF_BRIDGE, RTM_NEWMDB, br_mdb_add, NULL, NULL); in br_mdb_init() 615 rtnl_register(PF_BRIDGE, RTM_DELMDB, br_mdb_del, NULL, NULL); in br_mdb_init() 620 rtnl_unregister(PF_BRIDGE, RTM_GETMDB); in br_mdb_uninit() 621 rtnl_unregister(PF_BRIDGE, RTM_NEWMDB); in br_mdb_uninit() 622 rtnl_unregister(PF_BRIDGE, RTM_DELMDB); in br_mdb_uninit()
|
| /linux-4.4.14/net/bridge/netfilter/ |
| D | ebt_nflog.c | 34 nf_log_packet(net, PF_BRIDGE, par->hooknum, skb, par->in, in ebt_nflog_tg()
|
| /linux-4.4.14/include/linux/ |
| D | socket.h | 214 #define PF_BRIDGE AF_BRIDGE macro
|
| /linux-4.4.14/net/netfilter/ |
| D | nfnetlink_log.c | 443 if (pf == PF_BRIDGE) { in __build_packet_message() 478 if (pf == PF_BRIDGE) { in __build_packet_message()
|
| D | nfnetlink_queue.c | 421 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message() 455 if (entry->state.pf == PF_BRIDGE) { in nfqnl_build_packet_message()
|
| /linux-4.4.14/net/core/ |
| D | rtnetlink.c | 3490 rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, NULL); in rtnetlink_init() 3491 rtnl_register(PF_BRIDGE, RTM_DELNEIGH, rtnl_fdb_del, NULL, NULL); in rtnetlink_init() 3492 rtnl_register(PF_BRIDGE, RTM_GETNEIGH, NULL, rtnl_fdb_dump, NULL); in rtnetlink_init() 3494 rtnl_register(PF_BRIDGE, RTM_GETLINK, NULL, rtnl_bridge_getlink, NULL); in rtnetlink_init() 3495 rtnl_register(PF_BRIDGE, RTM_DELLINK, rtnl_bridge_dellink, NULL, NULL); in rtnetlink_init() 3496 rtnl_register(PF_BRIDGE, RTM_SETLINK, rtnl_bridge_setlink, NULL, NULL); in rtnetlink_init()
|