Searched defs:found (Results 1 - 25 of 46) sorted by relevance

12

/net/9p/
H A Dmod.c112 struct p9_trans_module *t, *found = NULL; local
119 found = t;
124 return found;
135 struct p9_trans_module *t, *found = NULL; local
141 found = t;
145 if (!found)
148 found = t;
153 return found;
H A Dtrans_virtio.c611 int found = 0; local
619 found = 1;
627 if (!found) {
/net/bridge/
H A Dbr_vlan.c405 bool found = false; local
414 found = true;
418 return found;
/net/ipv6/
H A Dexthdrs_core.c48 * where type of the first header can be found.
168 * If target header is found, its offset is set in *offset and return protocol
191 bool found; local
201 printk(KERN_ERR "IPv6 header not found\n");
212 found = (nexthdr == target);
234 found = false;
273 if (!found) {
278 } while (!found);
H A Danycast.c227 * device anycast group inc (add if not found)
256 * not found: create a new one.
392 bool found = false; local
396 found = ipv6_chk_acast_dev(dev, addr);
400 found = true;
404 return found;
/net/irda/
H A Dirqueue.c564 int bin, found = FALSE; local
601 found = TRUE;
605 found = TRUE;
614 * If entry was found, dequeue it
616 if ( found ) {
636 if ( found )
/net/netfilter/ipvs/
H A Dip_vs_ftp.c110 int found = 0; local
115 if (!found) {
117 found = 1;
/net/netfilter/
H A Dnf_conntrack_helper.c305 bool found = false; local
310 found = true;
315 return found ? cur : NULL;
323 bool found = false; local
328 found = true;
333 return found ? cur : NULL;
H A Dnfnetlink_cthelper.c570 bool tuple_set = false, found = false; local
602 found = true;
607 return (found || j == 0) ? 0 : -ENOENT;
H A Dxt_connlimit.c102 const struct nf_conntrack_tuple_hash *found; local
119 found = nf_conntrack_find_get(net, NF_CT_DEFAULT_ZONE,
123 if (found != NULL)
124 found_ct = nf_ct_tuplehash_to_ctrack(found);
136 if (found == NULL) {
H A Dnf_conntrack_ftp.c294 /* Now we've found the constant string, try to skip
368 int found = 0, ends_in_nl; local
424 found = find_pattern(fb_ptr, datalen,
432 if (found) break;
434 if (found == -1) {
443 } else if (found == 0) { /* No match */
/net/rds/
H A Dconnection.c224 struct rds_connection *found; local
226 found = rds_conn_lookup(head, laddr, faddr, trans);
227 if (found) {
230 conn = found;
H A Dsend.c527 struct rds_message *rm, *tmp, *found = NULL; local
535 found = rm;
543 found = rm;
551 return found;
560 * removing the messages from the 'messages' list regardless of if it found
H A Drdma.c176 struct rds_mr *mr = NULL, *found; local
296 found = rds_mr_tree_walk(&rs->rs_rdma_keys, mr->r_key, mr);
299 BUG_ON(found && found != mr);
/net/sctp/
H A Dbind_addr.c197 int found = 0; local
205 found = 1;
212 if (found) {
H A Dassociola.c1066 /* If not found, go search all the other transports. */
1570 int found = 0; local
1575 found = 1;
1577 return found;
H A Dauth.c575 int found = 0; local
580 found = 1;
585 return found;
645 int found = 0; local
659 for (i = 0; !found && i < len; i++) {
669 found = 1;
674 return found;
898 int found = 0; local
908 found = 1;
913 if (!found)
931 int found = 0; local
[all...]
/net/tipc/
H A Dsubscr.c261 int found = 0; local
263 /* Find first matching subscription, exit if not found */
267 found = 1;
271 if (!found)
/net/bluetooth/
H A Da2mp.c183 bool found = false; local
214 found = true;
225 if (!found) {
/net/caif/
H A Dcfctrl.c334 int found = 0; local
341 found++;
346 return found;
603 goto found;
608 goto found;
611 found:
/net/ipv4/
H A Dtcp_cubic.c99 u8 found; /* the exit point is found? */ member in struct:bictcp
119 ca->found = 0;
363 if (!(ca->found & hystart_detect)) {
370 ca->found |= HYSTART_ACK_TRAIN;
382 ca->found |= HYSTART_DELAY;
388 if (ca->found & hystart_detect)
/net/netrom/
H A Dnr_route.c50 struct nr_node *found = NULL; local
57 found = nr_node;
61 return found;
67 struct nr_neigh *found = NULL; local
75 found = nr_neigh;
79 return found;
95 int i, found; local
210 for (found = 0, i = 0; i < nr_node->count; i++) {
214 found = 1;
219 if (!found) {
[all...]
/net/mac80211/
H A Dsta_info.c1159 bool found = false; local
1181 if (!found) {
1184 found = true;
1199 found = true;
1225 if (!found) {
/net/decnet/
H A Ddn_table.c744 int found = 0; local
756 found++;
762 return found;
769 int found = 0; local
778 found += tmp;
781 return found;
/net/ieee802154/
H A D6lowpan.c749 bool found = false; local
778 found = true;
783 if (!found) {
1127 pr_debug("ERROR: no real wpan device found\n");

Completed in 1550 milliseconds

12