Home
last modified time | relevance | path

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

/net/netfilter/
Dnf_conntrack_core.c81 unsigned int h2, unsigned int sequence) in nf_conntrack_double_lock() argument
95 if (read_seqcount_retry(&net->ct.generation, sequence)) { in nf_conntrack_double_lock()
407 unsigned int sequence; in nf_ct_delete_from_lists() local
413 sequence = read_seqcount_begin(&net->ct.generation); in nf_ct_delete_from_lists()
418 } while (nf_conntrack_double_lock(net, hash, reply_hash, sequence)); in nf_ct_delete_from_lists()
574 unsigned int sequence; in nf_conntrack_hash_check_insert() local
580 sequence = read_seqcount_begin(&net->ct.generation); in nf_conntrack_hash_check_insert()
585 } while (nf_conntrack_double_lock(net, hash, reply_hash, sequence)); in nf_conntrack_hash_check_insert()
632 unsigned int sequence; in __nf_conntrack_confirm() local
648 sequence = read_seqcount_begin(&net->ct.generation); in __nf_conntrack_confirm()
[all …]
/net/ipv4/
Dinetpeer.c409 unsigned int sequence; in inet_getpeer() local
416 sequence = read_seqbegin(&base->lock); in inet_getpeer()
418 invalidated = read_seqretry(&base->lock, sequence); in inet_getpeer()
Dping.c519 ntohs(icmph->un.echo.sequence)); in ping_err()
837 pfh.icmph.un.echo.sequence = user_icmph.un.echo.sequence; in ping_v4_sendmsg()
987 skb, ntohs(icmph->un.echo.id), ntohs(icmph->un.echo.sequence)); in ping_rcv()
/net/ipv6/
Dping.c164 pfh.icmph.un.echo.sequence = user_icmph.icmp6_sequence; in ping_v6_sendmsg()
/net/rxrpc/
Dar-ack.c227 atomic_read(&call->sequence), in rxrpc_resend()
455 rxrpc_rotate_tx_window(call, atomic_read(&call->sequence)); in rxrpc_clear_tx_window()
681 tx = atomic_read(&call->sequence); in rxrpc_process_rx_queue()
Dar-internal.h351 atomic_t sequence; /* Tx data packet sequence counter */ member
Dar-output.c651 seq = atomic_inc_return(&call->sequence); in rxrpc_send_data()
/net/ipv4/netfilter/
Dnf_log_ipv4.c168 ntohs(ich->un.echo.sequence)); in dump_ipv4_packet()