/net/tipc/ |
D | name_table.c | 68 u32 lower; member 126 static struct publication *publ_create(u32 type, u32 lower, u32 upper, in publ_create() argument 137 publ->lower = lower; in publ_create() 205 if (instance < sseqs[mid].lower) in nameseq_find_subseq() 234 if (instance < sseqs[mid].lower) in nameseq_locate_subseq() 249 u32 type, u32 lower, u32 upper, in tipc_nameseq_insert_publ() argument 258 sseq = nameseq_find_subseq(nseq, lower); in tipc_nameseq_insert_publ() 260 nseq, type, lower, sseq); in tipc_nameseq_insert_publ() 265 if ((sseq->lower != lower) || (sseq->upper != upper)) { in tipc_nameseq_insert_publ() 267 type, lower, upper); in tipc_nameseq_insert_publ() [all …]
|
D | name_distr.c | 67 __be32 lower; member 88 i->lower = htonl(p->lower); in publ_to_item() 92 dbg("publ_to_item: %u, %u, %u\n", p->type, p->lower, p->upper); in publ_to_item() 222 publ->type, publ->lower, publ->upper); in node_is_down() 224 p = tipc_nametbl_remove_publ(publ->type, publ->lower, in node_is_down() 231 publ->type, publ->lower, publ->node, publ->ref, publ->key); in node_is_down() 254 ntohl(item->type), ntohl(item->lower), in tipc_named_recv() 257 ntohl(item->lower), in tipc_named_recv() 271 ntohl(item->type), ntohl(item->lower), in tipc_named_recv() 274 ntohl(item->lower), in tipc_named_recv() [all …]
|
D | name_table.h | 73 u32 lower; member 92 int tipc_nametbl_mc_translate(u32 type, u32 lower, u32 upper, u32 limit, 96 struct publication *tipc_nametbl_publish(u32 type, u32 lower, u32 upper, 98 int tipc_nametbl_withdraw(u32 type, u32 lower, u32 ref, u32 key); 99 struct publication *tipc_nametbl_insert_publ(u32 type, u32 lower, u32 upper, 101 struct publication *tipc_nametbl_remove_publ(u32 type, u32 lower,
|
D | cluster.c | 48 u32 lower, u32 upper); 247 u32 lower, u32 upper) in tipc_cltr_bcast_new_route() argument 256 tipc_cltr_multicast(c_ptr, buf, lower, upper); in tipc_cltr_bcast_new_route() 263 u32 lower, u32 upper) in tipc_cltr_bcast_lost_route() argument 272 tipc_cltr_multicast(c_ptr, buf, lower, upper); in tipc_cltr_bcast_lost_route() 499 u32 lower, u32 upper) in tipc_cltr_multicast() argument 506 assert(lower <= upper); in tipc_cltr_multicast() 507 assert(((lower >= 1) && (lower <= tipc_max_nodes)) || in tipc_cltr_multicast() 508 ((lower >= LOWEST_SLAVE) && (lower <= tipc_highest_allowed_slave))); in tipc_cltr_multicast() 516 for (n_num = lower; n_num <= tstop; n_num++) { in tipc_cltr_multicast()
|
D | subscr.c | 129 if (found_lower < sub->seq.lower) in tipc_subscr_overlap() 130 found_lower = sub->seq.lower; in tipc_subscr_overlap() 195 subscr_send_event(sub, sub->evt.s.seq.lower, sub->evt.s.seq.upper, in subscr_timeout() 256 sub->seq.type, sub->seq.lower, sub->seq.upper, subscriber); in subscr_terminate() 314 sub->seq.type, sub->seq.lower, sub->seq.upper, subscriber); in subscr_cancel() 363 sub->seq.lower = htohl(s->seq.lower, swap); in subscr_subscribe() 369 || (sub->seq.lower > sub->seq.upper)) { in subscr_subscribe()
|
D | link.h | 271 static inline int between(u32 lower, u32 upper, u32 n) in between() argument 273 if ((lower < n) && (n < upper)) in between() 275 if ((upper < lower) && ((n > lower) || (n < upper))) in between()
|
D | port.c | 116 msg_set_namelower(hdr, seq->lower); in tipc_multicast() 126 ext_targets = tipc_nametbl_mc_translate(seq->type, seq->lower, seq->upper, in tipc_multicast() 681 if (publ->lower == publ->upper) in port_print() 683 publ->lower); in port_print() 686 publ->lower, publ->upper); in port_print() 875 dseq.lower = msg_nameinst(msg); in port_dispatcher_sigh() 877 ? dseq.lower : msg_nameupper(msg); in port_dispatcher_sigh() 930 dseq.lower = msg_nameinst(msg); in port_dispatcher_sigh() 932 ? dseq.lower : msg_nameupper(msg); in port_dispatcher_sigh() 1122 ref, p_ptr, p_ptr->publ.connected, scope, seq->lower, seq->upper); in tipc_publish() [all …]
|
D | config.c | 685 seq.lower = seq.upper = tipc_own_addr; in tipc_cfg_init()
|
D | socket.c | 367 addr->addr.nameseq.upper = addr->addr.nameseq.lower; in bind()
|
/net/dccp/ccids/ |
D | Kconfig | 23 same conditions. However, TFRC has a much lower variation of 55 Use higher lower bound for nofeedback timer expiration. 63 This option enables to set a higher lower bound for the nofeedback 71 * 1000ms corresponds to the lower TCP RTO bound (RFC 2988, 2.4)
|
/net/lapb/ |
D | Kconfig | 10 the lower) part of the X.25 protocol. It offers a reliable
|
/net/x25/ |
D | Kconfig | 17 if you want that) and the lower level data link layer protocol LAPB
|
/net/ipv6/netfilter/ |
D | Kconfig | 179 the hoplimit value of the IPv6 header or set it to a given (lower)
|
/net/ |
D | Kconfig | 120 the bridged traffic. For filtering on the lower network and Ethernet
|
/net/ipv4/netfilter/ |
D | Kconfig | 333 While it is safe to decrement/lower the TTL, this target also enables
|