Searched refs:o_seqno (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_tunnel.h | 60 atomic_t o_seqno; /* The last output seqno */ member
|
H A D | ip_tunnels.h | 116 atomic_t o_seqno; /* The last output seqno */ member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_tunnel.h | 61 atomic_t o_seqno; /* The last output seqno */ member
|
H A D | ip_tunnels.h | 128 atomic_t o_seqno; /* The last output seqno */ member
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_gre.c | 462 (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 D | ip_gre.c | 467 (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 D | ip6_gre.c | 769 (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 D | ip6_gre.c | 791 (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