Home
last modified time | relevance | path

Searched refs:no (Results 1 – 18 of 18) sorted by relevance

/net/batman-adv/
Dfragmentation.c153 frag_entry_new->no = frag_packet->no; in batadv_frag_insert_packet()
172 if (frag_entry_curr->no == frag_entry_new->no) in batadv_frag_insert_packet()
176 if (frag_entry_curr->no < frag_entry_new->no) { in batadv_frag_insert_packet()
455 frag_header.no = 0; in batadv_frag_send_packet()
471 frag_header.no++; in batadv_frag_send_packet()
474 if (frag_header.no == BATADV_FRAG_MAX_FRAGMENTS - 1) in batadv_frag_send_packet()
Dpacket.h373 uint8_t no:4; member
377 uint8_t no:4; member
Dtypes.h153 uint8_t no; member
/net/ipv4/
Dinet_diag.c463 yes = entry->sport >= op[1].no; in inet_diag_bc_run()
466 yes = entry->sport <= op[1].no; in inet_diag_bc_run()
469 yes = entry->dport >= op[1].no; in inet_diag_bc_run()
472 yes = entry->dport <= op[1].no; in inet_diag_bc_run()
540 len -= op->no; in inet_diag_bc_run()
541 bc += op->no; in inet_diag_bc_run()
711 if (op->no < min_len || op->no > len + 4 || op->no & 3) in inet_diag_bc_audit()
713 if (op->no < len && in inet_diag_bc_audit()
714 !valid_cc(bytecode, bytecode_len, len - op->no)) in inet_diag_bc_audit()
DKconfig275 is no need for the legitimate users to change their TCP/IP software;
463 Nearly all users can safely say no here, and a safe default
/net/sctp/
DKconfig82 bool "Use no hmac alg in SCTP cookie generation"
84 Use no hmac algorithm in SCTP cookie generation
/net/atm/
DKconfig31 bool "Do NOT send ICMP if no neighbour"
35 cannot be reached because there is no VC to it in the kernel's
/net/netfilter/ipvs/
Dip_vs_sync.c279 static void ntoh_seq(struct ip_vs_seq *no, struct ip_vs_seq *ho) in ntoh_seq() argument
281 ho->init_seq = get_unaligned_be32(&no->init_seq); in ntoh_seq()
282 ho->delta = get_unaligned_be32(&no->delta); in ntoh_seq()
283 ho->previous_delta = get_unaligned_be32(&no->previous_delta); in ntoh_seq()
290 static void hton_seq(struct ip_vs_seq *ho, struct ip_vs_seq *no) in hton_seq() argument
292 put_unaligned_be32(ho->init_seq, &no->init_seq); in hton_seq()
293 put_unaligned_be32(ho->delta, &no->delta); in hton_seq()
294 put_unaligned_be32(ho->previous_delta, &no->previous_delta); in hton_seq()
DKconfig236 is no idle server available, the job will be sent to the server
/net/irda/
DKconfig42 (watch, beacon) without the overhead of the IrDA protocol (no handshaking,
43 no management frames, simple fixed header).
/net/wireless/
Ddb.txt3 # enables CONFIG_CFG80211_INTERNAL_REGDB. Almost no one actually needs to
Dreg.c582 u32 start_freq, end_freq, idx, no; in reg_get_max_bandwidth() local
592 no = idx; in reg_get_max_bandwidth()
594 while (no) { in reg_get_max_bandwidth()
595 tmp = &rd->reg_rules[--no]; in reg_get_max_bandwidth()
608 no = idx; in reg_get_max_bandwidth()
610 while (no < rd->n_reg_rules - 1) { in reg_get_max_bandwidth()
611 tmp = &rd->reg_rules[++no]; in reg_get_max_bandwidth()
/net/dcb/
DKconfig12 requirements (highly reliable, no drops vs. best effort vs. low
/net/hsr/
DKconfig21 described in IEC 62439-3:2010 (HSRv0), but no compliancy tests have
/net/decnet/
DTODO2 [they are in no particular order and range from the trivial to the long winded]
/net/can/
DKconfig27 most cases where no higher level protocol is being used. The raw
/net/mac80211/
DKconfig72 amendment. However, no compliance with that draft is claimed or even
/net/netfilter/
DKconfig911 1) Web browsers connect, then hang with no data received.