Searched refs:exact (Results 1 – 5 of 5) sorted by relevance
/net/tipc/ |
D | name_table.h | 120 u32 scope, bool exact, struct list_head *dports);
|
D | name_table.c | 643 u32 scope, bool exact, struct list_head *dports) in tipc_nametbl_mc_lookup() argument 657 if (p->scope == scope || (!exact && p->scope < scope)) in tipc_nametbl_mc_lookup()
|
D | socket.c | 1189 bool exact; in tipc_sk_mcast_rcv() local 1219 exact = true; in tipc_sk_mcast_rcv() 1226 exact = false; in tipc_sk_mcast_rcv() 1233 scope, exact, &dports); in tipc_sk_mcast_rcv()
|
/net/core/ |
D | pktgen.c | 466 const char *ifname, bool exact); 1861 bool exact = (remove == FIND); in __pktgen_NN_threads() local 1864 pkt_dev = pktgen_find_dev(t, ifname, exact); in __pktgen_NN_threads() 3534 const char *ifname, bool exact) in pktgen_find_dev() argument 3543 if (exact || p->odevname[len] != '@') in pktgen_find_dev()
|
/net/bluetooth/ |
D | l2cap_core.c | 8173 int exact = 0, lm1 = 0, lm2 = 0; in l2cap_connect_ind() local 8188 exact++; in l2cap_connect_ind() 8197 return exact ? lm1 : lm2; in l2cap_connect_ind()
|