Searched refs:sequence (Results 1 - 8 of 8) sorted by relevance

/net/netfilter/
H A Dnf_conntrack_core.c80 unsigned int h2, unsigned int sequence)
94 if (read_seqcount_retry(&net->ct.generation, sequence)) {
333 unsigned int sequence; local
339 sequence = read_seqcount_begin(&net->ct.generation);
344 } while (nf_conntrack_double_lock(net, hash, reply_hash, sequence));
500 unsigned int sequence; local
506 sequence = read_seqcount_begin(&net->ct.generation);
511 } while (nf_conntrack_double_lock(net, hash, reply_hash, sequence));
578 unsigned int sequence; local
594 sequence
79 nf_conntrack_double_lock(struct net *net, unsigned int h1, unsigned int h2, unsigned int sequence) argument
729 unsigned int hash, sequence; local
[all...]
/net/ipv4/
H A Dinetpeer.c425 unsigned int sequence; local
432 sequence = read_seqbegin(&base->lock);
434 invalidated = read_seqretry(&base->lock, sequence);
H A Dping.c517 ntohs(icmph->un.echo.sequence));
823 pfh.icmph.un.echo.sequence = user_icmph.un.echo.sequence;
971 skb, ntohs(icmph->un.echo.id), ntohs(icmph->un.echo.sequence));
/net/ipv6/
H A Dping.c167 pfh.icmph.un.echo.sequence = user_icmph.icmp6_sequence;
/net/ipv4/netfilter/
H A Dnf_log_ipv4.c165 ntohs(ich->un.echo.sequence));
/net/rxrpc/
H A Dar-ack.c1 /* Management of Tx window, Tx resend, ACKs and out-of-sequence reception
226 atomic_read(&call->sequence),
454 rxrpc_rotate_tx_window(call, atomic_read(&call->sequence));
458 * drain the out of sequence received packet queue into the packet Rx queue
514 * insert an out of sequence packet into the buffer
532 /* insert into the buffer in sequence order */
680 tx = atomic_read(&call->sequence);
1199 /* drain the out of sequence received packet queue into the packet Rx
H A Dar-internal.h312 struct sk_buff_head rx_oos_queue; /* packets received out of sequence */
326 #define RXRPC_CALL_EXPECT_OOS 8 /* expect out of sequence packets */
339 #define RXRPC_CALL_DRAIN_RX_OOS 11 /* drain the Rx out of sequence queue */
349 atomic_t sequence; /* Tx data packet sequence counter */ member in struct:rxrpc_call
390 rxrpc_seq_net_t ackr_prev_seq; /* previous sequence number received */
H A Dar-output.c685 seq = atomic_inc_return(&call->sequence);

Completed in 69 milliseconds