Searched refs:PF_BRIDGE (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 392 PF_BRIDGE = 7 variable 419 AF_BRIDGE = PF_BRIDGE 708 PF_BRIDGE = 7 variable 735 AF_BRIDGE = PF_BRIDGE
|
/external/iproute2/bridge/ |
D | mdb.c | 322 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETMDB) < 0) { in mdb_show() 352 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETMDB) < 0) { in mdb_show() 383 .bpm.family = PF_BRIDGE, in mdb_modify()
|
D | link.c | 273 .ifm.ifi_family = PF_BRIDGE, in brlink_modify() 465 if (rtnl_wilddump_req_filter(&rth, PF_BRIDGE, RTM_GETLINK, in brlink_show() 473 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETLINK) < 0) { in brlink_show()
|
D | vlan.c | 41 .ifm.ifi_family = PF_BRIDGE, in vlan_modify() 344 if (rtnl_wilddump_req_filter(&rth, PF_BRIDGE, RTM_GETLINK, in vlan_show()
|
D | fdb.c | 322 .ifm.ifi_family = PF_BRIDGE, in fdb_show() 412 .ndm.ndm_family = PF_BRIDGE, in fdb_modify()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 368 PF_BRIDGE = 7 variable 398 AF_BRIDGE = PF_BRIDGE
|
/external/syzkaller/pkg/report/testdata/linux/guilty/ |
D | 12 | 26 PF_BRIDGE: RTM_DELNEIGH with invalid address
|
/external/libnl/doc/ |
D | route.txt | 112 ** If the address family is set to +PF_BRIDGE+, only bridging devices will be 176 b. a bridging device was deleted (address family will be +PF_BRIDGE+)
|