Searched refs:found (Results 1 - 25 of 97) sorted by relevance

1234

/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;
/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);
215 if (target < 0 || found)
234 found = false;
273 if (!found) {
278 } while (!found);
H A Danycast.c243 * device anycast group inc (add if not found)
395 bool found = false; local
399 found = ipv6_chk_acast_dev(dev, addr);
403 found = true;
407 return found;
/net/wimax/
H A Did-table.c64 * Look for an empty spot in the ID table; if none found, double the
97 goto found;
101 d_printf(1, NULL, "wimax: no devices found with ifindex %d\n",
103 found:
/net/sctp/
H A Dauth.c562 int found = 0; local
567 found = 1;
572 return found;
632 int found = 0; local
646 for (i = 0; !found && i < len; i++) {
656 found = 1;
661 return found;
879 int found = 0; local
889 found = 1;
894 if (!found)
912 int found = 0; local
[all...]
H A Dbind_addr.c190 int found = 0; local
198 found = 1;
205 if (found) {
/net/wireless/
H A Dlib80211.c194 goto found;
199 found:
217 goto found;
222 found:
H A Dscan.c694 struct cfg80211_internal_bss *found = NULL; local
708 found = rb_find_bss(rdev, tmp, BSS_CMP_REGULAR);
710 if (found) {
715 old = rcu_access_pointer(found->pub.proberesp_ies);
717 rcu_assign_pointer(found->pub.proberesp_ies,
720 rcu_assign_pointer(found->pub.ies,
729 if (found->pub.hidden_beacon_bss &&
730 !list_empty(&found->hidden_list)) {
734 * The found BSS struct is one of the probe
749 old = rcu_access_pointer(found
[all...]
/net/ipv4/
H A Dtcp_cubic.c100 u8 found; /* the exit point is found? */ member in struct:bictcp
120 ca->found = 0;
366 if (!(ca->found & hystart_detect)) {
373 ca->found |= HYSTART_ACK_TRAIN;
385 ca->found |= HYSTART_DELAY;
391 if (ca->found & hystart_detect)
H A Dfib_trie.c975 /* Case we have found a leaf. Compare prefixes */
1425 goto found;
1452 goto found;
1585 found:
1704 int found = 0; local
1713 found++;
1716 return found;
1721 int found = 0; local
1727 found += trie_flush_list(&li->falh);
1734 return found;
1813 int found = 0; local
[all...]
/net/netfilter/
H A Dnf_conntrack_helper.c303 bool found = false; local
308 found = true;
313 return found ? cur : NULL;
321 bool found = false; local
326 found = true;
331 return found ? cur : NULL;
H A Dxt_connlimit.c139 const struct nf_conntrack_tuple_hash *found; local
150 found = nf_conntrack_find_get(net, NF_CT_DEFAULT_ZONE,
152 if (found == NULL) {
158 found_ct = nf_ct_tuplehash_to_ctrack(found);
H A Dnf_conntrack_ftp.c327 /* Now we've found the constant string, try to skip
403 int found = 0, ends_in_nl; local
459 found = find_pattern(fb_ptr, datalen,
467 if (found) break;
469 if (found == -1) {
478 } else if (found == 0) { /* No match */
/net/rfkill/
H A DKconfig8 found on many WiFi and Bluetooth cards.
/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/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/bridge/
H A Dbr_vlan.c373 bool found = false; local
382 found = true;
386 return found;
713 bool found = false; local
722 found = true;
726 return found;
/net/caif/
H A Dcfctrl.c335 int found = 0; local
342 found++;
347 return found;
603 goto found;
608 goto found;
611 found:
/net/netfilter/ipvs/
H A Dip_vs_ftp.c110 int found = 0; local
115 if (!found) {
117 found = 1;
H A Dip_vs_wrr.c187 goto found;
216 found:
/net/tipc/
H A Dsubscr.c236 int found = 0; local
238 /* Find first matching subscription, exit if not found */
242 found = 1;
246 if (!found)
/net/rds/
H A Dconnection.c230 struct rds_connection *found; local
232 found = rds_conn_lookup(head, laddr, faddr, trans);
233 if (found) {
236 conn = found;
/net/bluetooth/
H A DKconfig20 Bluetooth can be found at <http://www.bluetooth.com/>.
/net/llc/
H A Dllc_proc.c48 goto found; /* keep the lock */
55 found:
/net/sunrpc/
H A Dbackchannel_rqst.c293 goto found;
296 found:

Completed in 409 milliseconds

1234