Home
last modified time | relevance | path

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

/net/netfilter/
Dnf_conntrack_core.c120 unsigned int h2, unsigned int sequence) in nf_conntrack_double_lock() argument
134 if (read_seqcount_retry(&nf_conntrack_generation, sequence)) { in nf_conntrack_double_lock()
630 unsigned int sequence; in nf_ct_delete_from_lists() local
636 sequence = read_seqcount_begin(&nf_conntrack_generation); in nf_ct_delete_from_lists()
641 } while (nf_conntrack_double_lock(net, hash, reply_hash, sequence)); in nf_ct_delete_from_lists()
827 unsigned int sequence; in nf_conntrack_hash_check_insert() local
833 sequence = read_seqcount_begin(&nf_conntrack_generation); in nf_conntrack_hash_check_insert()
838 } while (nf_conntrack_double_lock(net, hash, reply_hash, sequence)); in nf_conntrack_hash_check_insert()
940 unsigned int sequence; in __nf_conntrack_confirm() local
957 sequence = read_seqcount_begin(&nf_conntrack_generation); in __nf_conntrack_confirm()
[all …]
/net/ipv4/
Dping.c526 ntohs(icmph->un.echo.sequence)); in ping_err()
837 pfh.icmph.un.echo.sequence = user_icmph.un.echo.sequence; in ping_v4_sendmsg()
988 skb, ntohs(icmph->un.echo.id), ntohs(icmph->un.echo.sequence)); in ping_rcv()
/net/ipv6/
Dping.c134 pfh.icmph.un.echo.sequence = user_icmph.icmp6_sequence; in ping_v6_sendmsg()
/net/ipv4/netfilter/
Dnf_log_ipv4.c165 ntohs(ich->un.echo.sequence)); in dump_ipv4_packet()
/net/xfrm/
Dxfrm_state.c1056 unsigned int sequence; in xfrm_state_find() local
1061 sequence = read_seqcount_begin(&xfrm_state_hash_generation); in xfrm_state_find()
1174 if (read_seqcount_retry(&xfrm_state_hash_generation, sequence)) { in xfrm_state_find()
Dxfrm_policy.c2090 unsigned int sequence; in xfrm_policy_lookup_bytype() local
2101 sequence = read_seqcount_begin(&xfrm_policy_hash_generation); in xfrm_policy_lookup_bytype()
2103 } while (read_seqcount_retry(&xfrm_policy_hash_generation, sequence)); in xfrm_policy_lookup_bytype()
2134 if (read_seqcount_retry(&xfrm_policy_hash_generation, sequence)) in xfrm_policy_lookup_bytype()