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.c104 int queued = 0; in rose_state3_machine() local
167 queued = 1; in rose_state3_machine()
204 return queued; in rose_state3_machine()
265 int queued = 0, frametype, ns, nr, q, d, m; in rose_process_rx_frame() local
274 queued = rose_state1_machine(sk, skb, frametype); in rose_process_rx_frame()
277 queued = rose_state2_machine(sk, skb, frametype); in rose_process_rx_frame()
280 queued = rose_state3_machine(sk, skb, frametype, ns, nr, q, d, m); in rose_process_rx_frame()
283 queued = rose_state4_machine(sk, skb, frametype); in rose_process_rx_frame()
286 queued = rose_state5_machine(sk, skb, frametype); in rose_process_rx_frame()
292 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/mac80211/
Doffchannel.c535 bool queued = false, combine_started = true; in ieee80211_start_roc_work() local
618 queued = true; in ieee80211_start_roc_work()
646 queued = true; in ieee80211_start_roc_work()
653 queued = ieee80211_coalesce_hw_started_roc(local, roc, tmp); in ieee80211_start_roc_work()
654 if (queued) in ieee80211_start_roc_work()
664 if (!queued) in ieee80211_start_roc_work()
Dtx.c1085 bool queued = false; in ieee80211_tx_prep_agg() local
1125 queued = true; in ieee80211_tx_prep_agg()
1149 return queued; in ieee80211_tx_prep_agg()
1237 bool queued; in ieee80211_tx_prepare() local
1239 queued = ieee80211_tx_prep_agg(tx, skb, info, in ieee80211_tx_prepare()
1242 if (unlikely(queued)) in ieee80211_tx_prepare()
/net/rds/
Dsend.c821 __be16 dport, int *queued) in rds_send_queue_rm() argument
826 if (*queued) in rds_send_queue_rm()
877 *queued = 1; in rds_send_queue_rm()
882 return *queued; in rds_send_queue_rm()
1111 int queued = 0, allocated_mr = 0; in rds_sendmsg() local
1352 dport, &queued)) { in rds_sendmsg()
1364 &queued), in rds_sendmsg()
1366 rdsdebug("sendmsg woke queued %d timeo %ld\n", queued, timeo); in rds_sendmsg()
/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.c130 bool queued = false; in caif_queue_rcv_skb() local
153 queued = !sock_flag(sk, SOCK_DEAD); in caif_queue_rcv_skb()
154 if (queued) in caif_queue_rcv_skb()
158 if (queued) in caif_queue_rcv_skb()
/net/netfilter/
Dnfnetlink_queue.c778 unsigned int queued; in nfqnl_enqueue_packet() local
815 queued = 0; in nfqnl_enqueue_packet()
822 queued++; in nfqnl_enqueue_packet()
827 if (queued) { in nfqnl_enqueue_packet()
/net/ipv4/
Dtcp_input.c6429 int queued = 0; in tcp_rcv_state_process() local
6465 queued = tcp_rcv_synsent_state_process(sk, skb, th); in tcp_rcv_state_process()
6466 if (queued >= 0) in tcp_rcv_state_process()
6467 return queued; in tcp_rcv_state_process()
6653 queued = 1; in tcp_rcv_state_process()
6663 if (!queued) { in tcp_rcv_state_process()
DKconfig569 queued grows) cannot coexist with congestion control (cwnd decreased only