Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 6 of 6) sorted by relevance

/net/bridge/
DKconfig47 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/
DKconfig50 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/
DTEST_MAPPING7 "exclude-annotation": "com.android.testutils.SkipPresubmit"
/net/tipc/
Dname_table.h123 u32 exclude, bool mcast);
Dname_table.c630 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()
Dsocket.c1013 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()