Home
last modified time | relevance | path

Searched refs:o_seqno (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dip6_tunnel.h60 atomic_t o_seqno; /* The last output seqno */ member
Dip_tunnels.h116 atomic_t o_seqno; /* The last output seqno */ member
/kernel/linux/linux-5.10/net/ipv4/
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-5.10/net/ipv6/
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()