Searched refs:no (Results 1 – 17 of 17) sorted by relevance
/net/batman-adv/ |
D | fragmentation.c | 165 frag_entry_new->no = frag_packet->no; in batadv_frag_insert_packet() 185 if (frag_entry_curr->no == frag_entry_new->no) in batadv_frag_insert_packet() 189 if (frag_entry_curr->no < frag_entry_new->no) { in batadv_frag_insert_packet() 495 frag_header.no = 0; in batadv_frag_send_packet() 514 if (unlikely(frag_header.no == BATADV_FRAG_MAX_FRAGMENTS - 1)) { in batadv_frag_send_packet() 535 frag_header.no++; in batadv_frag_send_packet()
|
D | types.h | 314 u8 no; member
|
/net/ipv4/ |
D | inet_diag.c | 670 yes = entry->sport == op[1].no; in inet_diag_bc_run() 673 yes = entry->sport >= op[1].no; in inet_diag_bc_run() 676 yes = entry->sport <= op[1].no; in inet_diag_bc_run() 679 yes = entry->dport == op[1].no; in inet_diag_bc_run() 682 yes = entry->dport >= op[1].no; in inet_diag_bc_run() 685 yes = entry->dport <= op[1].no; in inet_diag_bc_run() 763 len -= op->no; in inet_diag_bc_run() 764 bc += op->no; in inet_diag_bc_run() 968 if (op->no < min_len || op->no > len + 4 || op->no & 3) in inet_diag_bc_audit() 970 if (op->no < len && in inet_diag_bc_audit() [all …]
|
D | Kconfig | 281 is no need for the legitimate users to change their TCP/IP software; 475 Nearly all users can safely say no here, and a safe default
|
/net/sctp/ |
D | Kconfig | 72 bool "Use no hmac alg in SCTP cookie generation" 74 Use no hmac algorithm in SCTP cookie generation
|
/net/atm/ |
D | Kconfig | 32 bool "Do NOT send ICMP if no neighbour" 36 cannot be reached because there is no VC to it in the kernel's
|
/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 284 static void ntoh_seq(struct ip_vs_seq *no, struct ip_vs_seq *ho) in ntoh_seq() argument 287 ho->init_seq = get_unaligned_be32(&no->init_seq); in ntoh_seq() 288 ho->delta = get_unaligned_be32(&no->delta); in ntoh_seq() 289 ho->previous_delta = get_unaligned_be32(&no->previous_delta); in ntoh_seq() 296 static void hton_seq(struct ip_vs_seq *ho, struct ip_vs_seq *no) in hton_seq() argument 298 put_unaligned_be32(ho->init_seq, &no->init_seq); in hton_seq() 299 put_unaligned_be32(ho->delta, &no->delta); in hton_seq() 300 put_unaligned_be32(ho->previous_delta, &no->previous_delta); in hton_seq()
|
D | Kconfig | 268 is no idle server available, the job will be sent to the server
|
/net/dcb/ |
D | Kconfig | 13 requirements (highly reliable, no drops vs. best effort vs. low
|
/net/hsr/ |
D | Kconfig | 33 and PRP standard described in IEC 62439-4:2012 (PRP), but no
|
/net/can/ |
D | Kconfig | 29 most cases where no higher level protocol is being used. The raw
|
/net/sunrpc/ |
D | Kconfig | 116 If unsure, or you know there is no RDMA capability on your
|
/net/wireless/ |
D | reg.c | 1165 u32 start_freq, end_freq, idx, no; in reg_get_max_bandwidth_from_range() local 1175 no = idx; in reg_get_max_bandwidth_from_range() 1177 while (no) { in reg_get_max_bandwidth_from_range() 1178 tmp = &rd->reg_rules[--no]; in reg_get_max_bandwidth_from_range() 1191 no = idx; in reg_get_max_bandwidth_from_range() 1193 while (no < rd->n_reg_rules - 1) { in reg_get_max_bandwidth_from_range() 1194 tmp = &rd->reg_rules[++no]; in reg_get_max_bandwidth_from_range()
|
D | Kconfig | 184 You should enable this option unless you know for sure you have no
|
/net/ |
D | Kconfig | 430 tunnels like mpls. There is no netdevice associated with a light
|
/net/sched/ |
D | Kconfig | 411 Nearly all users can safely say no here, and the default
|
/net/netfilter/ |
D | Kconfig | 1136 1) Web browsers connect, then hang with no data received.
|