Home
last modified time | relevance | path

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

/net/x25/
A 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()
445 return queued; in x25_process_rx_frame()
450 int queued = x25_process_rx_frame(sk, skb); in x25_backlog_rcv() local
[all …]
A 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/rose/
A Drose_in.c106 int queued = 0; in rose_state3_machine() local
169 queued = 1; in rose_state3_machine()
206 return queued; in rose_state3_machine()
267 int queued = 0, frametype, ns, nr, q, d, m; in rose_process_rx_frame() local
276 queued = rose_state1_machine(sk, skb, frametype); in rose_process_rx_frame()
279 queued = rose_state2_machine(sk, skb, frametype); in rose_process_rx_frame()
282 queued = rose_state3_machine(sk, skb, frametype, ns, nr, q, d, m); in rose_process_rx_frame()
285 queued = rose_state4_machine(sk, skb, frametype); in rose_process_rx_frame()
288 queued = rose_state5_machine(sk, skb, frametype); in rose_process_rx_frame()
294 return queued; in rose_process_rx_frame()
/net/ax25/
A 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 …]
A 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()
A 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/
A 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/
A 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/
A Doffchannel.c569 bool queued = false, combine_started = true; in ieee80211_start_roc_work() local
655 queued = true; in ieee80211_start_roc_work()
683 queued = true; in ieee80211_start_roc_work()
690 queued = ieee80211_coalesce_hw_started_roc(local, roc, tmp); in ieee80211_start_roc_work()
691 if (queued) in ieee80211_start_roc_work()
701 if (!queued) in ieee80211_start_roc_work()
A Dtx.c1107 bool queued = false; in ieee80211_tx_prep_agg() local
1145 queued = true; in ieee80211_tx_prep_agg()
1169 return queued; in ieee80211_tx_prep_agg()
1257 bool queued; in ieee80211_tx_prepare() local
1259 queued = ieee80211_tx_prep_agg(tx, skb, info, in ieee80211_tx_prepare()
1262 if (unlikely(queued)) in ieee80211_tx_prepare()
/net/lapb/
A 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/
A Dcaif_socket.c126 bool queued = false; in caif_queue_rcv_skb() local
149 queued = !sock_flag(sk, SOCK_DEAD); in caif_queue_rcv_skb()
150 if (queued) in caif_queue_rcv_skb()
154 if (queued) in caif_queue_rcv_skb()
/net/netfilter/
A Dnfnetlink_queue.c1001 unsigned int queued; in nfqnl_enqueue_packet() local
1038 queued = 0; in nfqnl_enqueue_packet()
1045 queued++; in nfqnl_enqueue_packet()
1050 if (queued) { in nfqnl_enqueue_packet()
/net/ipv4/
A Dtcp_input.c6682 int queued = 0; in tcp_rcv_state_process() local
6721 queued = tcp_rcv_synsent_state_process(sk, skb, th); in tcp_rcv_state_process()
6722 if (queued >= 0) in tcp_rcv_state_process()
6723 return queued; in tcp_rcv_state_process()
6923 queued = 1; in tcp_rcv_state_process()
6933 if (!queued) { in tcp_rcv_state_process()
A DKconfig568 queued grows) cannot coexist with congestion control (cwnd decreased only

Completed in 43 milliseconds