Searched refs:exclude (Results 1 – 6 of 6) sorted by relevance
/net/bridge/ |
D | Kconfig | 47 Say N to exclude this support and reduce the binary size. 61 Say N to exclude this support and reduce the binary size. 73 Say N to exclude this support and reduce the binary size. 84 Say N to exclude this support and reduce the binary size.
|
/net/openvswitch/ |
D | Kconfig | 50 Say N to exclude this support and reduce the binary size. 62 Say N to exclude this support and reduce the binary size. 74 Say N to exclude this support and reduce the binary size.
|
/net/ |
D | TEST_MAPPING | 7 "exclude-annotation": "com.android.testutils.SkipPresubmit"
|
/net/tipc/ |
D | name_table.h | 123 u32 exclude, bool mcast);
|
D | name_table.c | 630 u32 exclude, bool mcast) in tipc_nametbl_lookup_group() argument 654 if (p->sk.ref == exclude && p->sk.node == self) in tipc_nametbl_lookup_group()
|
D | socket.c | 1013 u32 node, port, exclude; in tipc_send_group_anycast() local 1024 exclude = tipc_group_exclude(tsk->group); in tipc_send_group_anycast() 1031 exclude, false)) in tipc_send_group_anycast() 1167 u32 dstcnt, exclude; in tipc_send_group_mcast() local 1172 exclude = tipc_group_exclude(grp); in tipc_send_group_mcast() 1174 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, exclude, true)) in tipc_send_group_mcast()
|