Searched refs:values (Results 1 – 17 of 17) sorted by relevance
| /net/ax25/ |
| A D | ax25_dev.c | 71 ax25_dev->values[AX25_VALUES_BACKOFF] = AX25_DEF_BACKOFF; in ax25_dev_device_up() 72 ax25_dev->values[AX25_VALUES_CONMODE] = AX25_DEF_CONMODE; in ax25_dev_device_up() 73 ax25_dev->values[AX25_VALUES_WINDOW] = AX25_DEF_WINDOW; in ax25_dev_device_up() 74 ax25_dev->values[AX25_VALUES_EWINDOW] = AX25_DEF_EWINDOW; in ax25_dev_device_up() 75 ax25_dev->values[AX25_VALUES_T1] = AX25_DEF_T1; in ax25_dev_device_up() 76 ax25_dev->values[AX25_VALUES_T2] = AX25_DEF_T2; in ax25_dev_device_up() 77 ax25_dev->values[AX25_VALUES_T3] = AX25_DEF_T3; in ax25_dev_device_up() 78 ax25_dev->values[AX25_VALUES_IDLE] = AX25_DEF_IDLE; in ax25_dev_device_up() 79 ax25_dev->values[AX25_VALUES_N2] = AX25_DEF_N2; in ax25_dev_device_up() 80 ax25_dev->values[AX25_VALUES_PACLEN] = AX25_DEF_PACLEN; in ax25_dev_device_up() [all …]
|
| A D | ax25_timer.c | 127 proto = ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]; in ax25_heartbeat_expiry() 150 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t1timer_expiry() 169 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t2timer_expiry() 188 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t3timer_expiry() 209 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_idletimer_expiry()
|
| A D | ax25_std_in.c | 44 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state1_machine() 50 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_std_state1_machine() 86 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state1_machine() 150 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state3_machine() 153 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_std_state3_machine() 275 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_state4_machine() 278 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_std_state4_machine()
|
| A D | ax25_in.c | 141 if (ax25->sk != NULL && ax25->ax25_dev->values[AX25_VALUES_CONMODE] == 2) { in ax25_rx_iframe() 164 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_process_rx_frame() 294 if (ax25_dev->values[AX25_VALUES_CONMODE] == 0) in ax25_rcv() 398 ax25->window = ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_rcv() 401 ax25->window = ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_rcv() 407 if (dama && ax25->ax25_dev->values[AX25_VALUES_PROTOCOL] == AX25_PROTO_DAMA_SLAVE) in ax25_rcv()
|
| A D | ax25_ds_in.c | 37 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_ds_state1_machine() 43 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_ds_state1_machine() 154 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_ds_state3_machine() 157 ax25->window = ax25->ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_ds_state3_machine()
|
| A D | ax25_out.c | 48 paclen = ax25_dev->values[AX25_VALUES_PACLEN]; in ax25_send_frame() 85 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_send_frame() 199 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_output() 305 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_kick()
|
| A D | af_ax25.c | 473 ax25->t1 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T1]); in ax25_fillin_cb_from_dev() 474 ax25->t2 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T2]); in ax25_fillin_cb_from_dev() 476 ax25->n2 = ax25_dev->values[AX25_VALUES_N2]; in ax25_fillin_cb_from_dev() 477 ax25->paclen = ax25_dev->values[AX25_VALUES_PACLEN]; in ax25_fillin_cb_from_dev() 479 ax25->backoff = ax25_dev->values[AX25_VALUES_BACKOFF]; in ax25_fillin_cb_from_dev() 481 if (ax25_dev->values[AX25_VALUES_AXDEFMODE]) { in ax25_fillin_cb_from_dev() 483 ax25->window = ax25_dev->values[AX25_VALUES_EWINDOW]; in ax25_fillin_cb_from_dev() 486 ax25->window = ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_fillin_cb_from_dev() 1036 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_release() 1310 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_connect() [all …]
|
| A D | ax25_ip.c | 132 if (ip_mode == 'V' || (ip_mode == ' ' && ax25_dev->values[AX25_VALUES_IPDEFMODE])) { in ax25_ip_xmit() 176 ax25_dev->values[AX25_VALUES_PACLEN], in ax25_ip_xmit()
|
| A D | ax25_ds_timer.c | 56 msecs_to_jiffies(ax25_dev->values[AX25_VALUES_DS_TIMEOUT]) / 10; in ax25_ds_set_timer() 198 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_ds_t1_timeout()
|
| A D | sysctl_net_ax25.c | 158 table[k].data = &ax25_dev->values[k]; in ax25_register_dev_sysctl()
|
| A D | ax25_std_timer.c | 130 ax25->window = ax25->ax25_dev->values[AX25_VALUES_WINDOW]; in ax25_std_t1timer_expiry()
|
| /net/rds/ |
| A D | stats.c | 85 uint64_t *values, const char *const *names, size_t nr) in rds_stats_info_copy() argument 93 ctr.value = values[i]; in rds_stats_info_copy()
|
| A D | rds.h | 975 uint64_t *values, const char *const *names,
|
| /net/devlink/ |
| A D | dpipe.c | 334 struct devlink_dpipe_value *values, in devlink_dpipe_action_values_put() argument 346 err = devlink_dpipe_action_value_put(skb, &values[i]); in devlink_dpipe_action_values_put() 371 struct devlink_dpipe_value *values, in devlink_dpipe_match_values_put() argument 383 err = devlink_dpipe_match_value_put(skb, &values[i]); in devlink_dpipe_match_values_put()
|
| /net/netfilter/ |
| A D | nft_ct.c | 910 const unsigned int *values; in nft_ct_timeout_obj_eval() local 932 values = nf_ct_timeout_data(timeout); in nft_ct_timeout_obj_eval() 933 if (values) in nft_ct_timeout_obj_eval() 934 nf_ct_refresh(ct, values[0]); in nft_ct_timeout_obj_eval()
|
| A D | Kconfig | 914 the header to arbitrary values. This is EXTREMELY DANGEROUS 1239 to a connection. The kernel only stores bit values - mapping 1417 specific value or range of values.
|
| /net/sched/ |
| A D | Kconfig | 620 simple packet data comparisons for 8, 16, and 32bit values.
|
Completed in 28 milliseconds