Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Dip6_tunnel.h60 atomic_t o_seqno; /* The last output seqno */ member
H A Dip_tunnels.h116 atomic_t o_seqno; /* The last output seqno */ member
/kernel/linux/linux-6.6/include/net/
H A Dip6_tunnel.h61 atomic_t o_seqno; /* The last output seqno */ member
H A Dip_tunnels.h128 atomic_t o_seqno; /* The last output seqno */ member
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_gre.c462 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) : 0); in __gre_xmit()
500 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) : 0); in gre_fb_xmit()
582 proto, 0, htonl(atomic_fetch_inc(&tunnel->o_seqno))); in erspan_fb_xmit()
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_gre.c467 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) : 0); in __gre_xmit()
505 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) : 0); in gre_fb_xmit()
588 proto, 0, htonl(atomic_fetch_inc(&tunnel->o_seqno))); in erspan_fb_xmit()
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_gre.c769 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) in __gre6_xmit()
780 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) in __gre6_xmit()
1068 gre_build_header(skb, 8, TUNNEL_SEQ, proto, 0, htonl(atomic_fetch_inc(&t->o_seqno))); in ip6erspan_tunnel_xmit()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_gre.c791 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) in __gre6_xmit()
802 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) in __gre6_xmit()
1068 gre_build_header(skb, 8, TUNNEL_SEQ, proto, 0, htonl(atomic_fetch_inc(&t->o_seqno))); in ip6erspan_tunnel_xmit()

Completed in 13 milliseconds