Home
last modified time | relevance | path

Searched refs:queued (Results 1 – 16 of 16) sorted by relevance

/net/x25/
Dx25_in.c210 int queued = 0; in x25_state3_machine() local
277 queued = 1; in x25_state3_machine()
315 queued = !sock_queue_rcv_skb(sk, skb); in x25_state3_machine()
319 queued = 1; in x25_state3_machine()
330 return queued; in x25_state3_machine()
418 int queued = 0, frametype, ns, nr, q, d, m; in x25_process_rx_frame() local
427 queued = x25_state1_machine(sk, skb, frametype); in x25_process_rx_frame()
430 queued = x25_state2_machine(sk, skb, frametype); in x25_process_rx_frame()
433 queued = x25_state3_machine(sk, skb, frametype, ns, nr, q, d, m); in x25_process_rx_frame()
436 queued = x25_state4_machine(sk, skb, frametype); in x25_process_rx_frame()
[all …]
Dx25_dev.c51 int queued = 1; in x25_receive_data() local
56 queued = x25_process_rx_frame(sk, skb); in x25_receive_data()
58 queued = !sk_add_backlog(sk, skb, READ_ONCE(sk->sk_rcvbuf)); in x25_receive_data()
62 return queued; in x25_receive_data()
/net/dccp/
Dinput.c45 int queued = 0; in dccp_rcv_close() local
76 queued = 1; in dccp_rcv_close()
86 return queued; in dccp_rcv_close()
91 int queued = 0; in dccp_rcv_closereq() local
101 return queued; in dccp_rcv_closereq()
113 queued = 1; in dccp_rcv_closereq()
120 return queued; in dccp_rcv_closereq()
524 int queued = 0; in dccp_rcv_respond_partopen_state_process() local
562 queued = 1; /* packet was queued in dccp_rcv_respond_partopen_state_process()
568 return queued; in dccp_rcv_respond_partopen_state_process()
[all …]
/net/rose/
Drose_in.c105 int queued = 0; in rose_state3_machine() local
168 queued = 1; in rose_state3_machine()
205 return queued; in rose_state3_machine()
266 int queued = 0, frametype, ns, nr, q, d, m; in rose_process_rx_frame() local
275 queued = rose_state1_machine(sk, skb, frametype); in rose_process_rx_frame()
278 queued = rose_state2_machine(sk, skb, frametype); in rose_process_rx_frame()
281 queued = rose_state3_machine(sk, skb, frametype, ns, nr, q, d, m); in rose_process_rx_frame()
284 queued = rose_state4_machine(sk, skb, frametype); in rose_process_rx_frame()
287 queued = rose_state5_machine(sk, skb, frametype); in rose_process_rx_frame()
293 return queued; in rose_process_rx_frame()
/net/ax25/
Dax25_std_in.c143 int queued = 0; in ax25_std_state3_machine() local
225 queued = ax25_rx_iframe(ax25, skb); in ax25_std_state3_machine()
258 return queued; in ax25_std_state3_machine()
268 int queued = 0; in ax25_std_state4_machine() local
380 queued = ax25_rx_iframe(ax25, skb); in ax25_std_state4_machine()
413 return queued; in ax25_std_state4_machine()
421 int queued = 0, frametype, ns, nr, pf; in ax25_std_frame_in() local
427 queued = ax25_std_state1_machine(ax25, skb, frametype, pf, type); in ax25_std_frame_in()
430 queued = ax25_std_state2_machine(ax25, skb, frametype, pf, type); in ax25_std_frame_in()
433 queued = ax25_std_state3_machine(ax25, skb, frametype, ns, nr, pf, type); in ax25_std_frame_in()
[all …]
Dax25_ds_in.c147 int queued = 0; in ax25_ds_state3_machine() local
240 queued = ax25_rx_iframe(ax25, skb); in ax25_ds_state3_machine()
273 return queued; in ax25_ds_state3_machine()
281 int queued = 0, frametype, ns, nr, pf; in ax25_ds_frame_in() local
287 queued = ax25_ds_state1_machine(ax25, skb, frametype, pf, type); in ax25_ds_frame_in()
290 queued = ax25_ds_state2_machine(ax25, skb, frametype, pf, type); in ax25_ds_frame_in()
293 queued = ax25_ds_state3_machine(ax25, skb, frametype, ns, nr, pf, type); in ax25_ds_frame_in()
297 return queued; in ax25_ds_frame_in()
Dax25_in.c103 int queued = 0; in ax25_rx_iframe() local
145 queued = 1; in ax25_rx_iframe()
151 return queued; in ax25_rx_iframe()
159 int queued = 0; in ax25_process_rx_frame() local
167 queued = ax25_std_frame_in(ax25, skb, type); in ax25_process_rx_frame()
173 queued = ax25_ds_frame_in(ax25, skb, type); in ax25_process_rx_frame()
175 queued = ax25_std_frame_in(ax25, skb, type); in ax25_process_rx_frame()
180 return queued; in ax25_process_rx_frame()
/net/netrom/
Dnr_in.c153 int queued = 0; in nr_state3_machine() local
225 queued = 1; in nr_state3_machine()
272 return queued; in nr_state3_machine()
279 int queued = 0, frametype; in nr_process_rx_frame() local
288 queued = nr_state1_machine(sk, skb, frametype); in nr_process_rx_frame()
291 queued = nr_state2_machine(sk, skb, frametype); in nr_process_rx_frame()
294 queued = nr_state3_machine(sk, skb, frametype); in nr_process_rx_frame()
300 return queued; in nr_process_rx_frame()
/net/rds/
Dsend.c820 __be16 dport, int *queued) in rds_send_queue_rm() argument
825 if (*queued) in rds_send_queue_rm()
876 *queued = 1; in rds_send_queue_rm()
881 return *queued; in rds_send_queue_rm()
1110 int queued = 0, allocated_mr = 0; in rds_sendmsg() local
1346 dport, &queued)) { in rds_sendmsg()
1358 &queued), in rds_sendmsg()
1360 rdsdebug("sendmsg woke queued %d timeo %ld\n", queued, timeo); in rds_sendmsg()
/net/mac80211/
Doffchannel.c537 bool queued = false, combine_started = true; in ieee80211_start_roc_work() local
620 queued = true; in ieee80211_start_roc_work()
648 queued = true; in ieee80211_start_roc_work()
655 queued = ieee80211_coalesce_hw_started_roc(local, roc, tmp); in ieee80211_start_roc_work()
656 if (queued) in ieee80211_start_roc_work()
666 if (!queued) in ieee80211_start_roc_work()
Dtx.c1118 bool queued = false; in ieee80211_tx_prep_agg() local
1156 queued = true; in ieee80211_tx_prep_agg()
1180 return queued; in ieee80211_tx_prep_agg()
1266 bool queued; in ieee80211_tx_prepare() local
1268 queued = ieee80211_tx_prep_agg(tx, skb, info, in ieee80211_tx_prepare()
1271 if (unlikely(queued)) in ieee80211_tx_prepare()
/net/lapb/
Dlapb_in.c249 int queued = 0; in lapb_state3_machine() local
403 queued = 1; in lapb_state3_machine()
464 if (!queued) in lapb_state3_machine()
/net/caif/
Dcaif_socket.c125 bool queued = false; in caif_queue_rcv_skb() local
148 queued = !sock_flag(sk, SOCK_DEAD); in caif_queue_rcv_skb()
149 if (queued) in caif_queue_rcv_skb()
153 if (queued) in caif_queue_rcv_skb()
/net/netfilter/
Dnfnetlink_queue.c839 unsigned int queued; in nfqnl_enqueue_packet() local
876 queued = 0; in nfqnl_enqueue_packet()
883 queued++; in nfqnl_enqueue_packet()
888 if (queued) { in nfqnl_enqueue_packet()
/net/ipv4/
Dtcp_input.c6558 int queued = 0; in tcp_rcv_state_process() local
6600 queued = tcp_rcv_synsent_state_process(sk, skb, th); in tcp_rcv_state_process()
6601 if (queued >= 0) in tcp_rcv_state_process()
6602 return queued; in tcp_rcv_state_process()
6794 queued = 1; in tcp_rcv_state_process()
6804 if (!queued) { in tcp_rcv_state_process()
DKconfig568 queued grows) cannot coexist with congestion control (cwnd decreased only