Searched refs:IP_TUNNEL_SEQ_BIT (Results 1 – 9 of 9) sorted by relevance
/linux/include/net/ |
H A D | gre.h | 60 if (test_bit(IP_TUNNEL_SEQ_BIT, o_flags)) in gre_calc_hlen() 72 __assign_bit(IP_TUNNEL_SEQ_BIT, res, flags & GRE_SEQ); in gre_flags_to_tnl_flags() 90 if (test_bit(IP_TUNNEL_SEQ_BIT, tflags)) in gre_tnl_flags_to_gre_flags() 119 __set_bit(IP_TUNNEL_SEQ_BIT, cond); in gre_build_header() 124 if (test_bit(IP_TUNNEL_SEQ_BIT, flags)) { in gre_build_header()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_gre.c | 41 __set_bit(IP_TUNNEL_SEQ_BIT, unsupp); in mlx5e_gen_ip_tunnel_header_gretap()
|
/linux/net/ipv4/ |
H A D | ip_gre.c | 481 test_bit(IP_TUNNEL_SEQ_BIT, flags) ? in __gre_xmit() 519 __set_bit(IP_TUNNEL_SEQ_BIT, flags); in gre_fb_xmit() 524 test_bit(IP_TUNNEL_SEQ_BIT, flags) ? in gre_fb_xmit() 608 __set_bit(IP_TUNNEL_SEQ_BIT, flags); in erspan_fb_xmit() 727 __clear_bit(IP_TUNNEL_SEQ_BIT, tunnel->parms.o_flags); in erspan_xmit() 799 if (test_bit(IP_TUNNEL_SEQ_BIT, tunnel->parms.o_flags) || in ipgre_link_update() 1006 if (test_bit(IP_TUNNEL_SEQ_BIT, tunnel->parms.o_flags)) in __gre_tunnel_init()
|
H A D | ip_tunnel.c | 397 if (test_bit(IP_TUNNEL_SEQ_BIT, tunnel->parms.i_flags)) { in ip_tunnel_rcv() 398 if (!test_bit(IP_TUNNEL_SEQ_BIT, tpi->flags) || in ip_tunnel_rcv()
|
/linux/include/uapi/linux/ |
H A D | if_tunnel.h | 198 IP_TUNNEL_SEQ_BIT, enumerator
|
/linux/net/netfilter/ |
H A D | nft_tunnel.c | 496 __set_bit(IP_TUNNEL_SEQ_BIT, info.key.tun_flags); in nft_tunnel_obj_init() 672 if (test_bit(IP_TUNNEL_SEQ_BIT, info->key.tun_flags)) in nft_tunnel_flags_dump()
|
/linux/net/ipv6/ |
H A D | ip6_gre.c | 788 __set_bit(IP_TUNNEL_SEQ_BIT, flags); in __gre6_xmit() 798 test_bit(IP_TUNNEL_SEQ_BIT, flags) ? in __gre6_xmit() 810 test_bit(IP_TUNNEL_SEQ_BIT, flags) ? in __gre6_xmit() 1082 __set_bit(IP_TUNNEL_SEQ_BIT, flags); in ip6erspan_tunnel_xmit() 1480 if (test_bit(IP_TUNNEL_SEQ_BIT, nt->parms.o_flags)) in ip6gre_tnl_init_features()
|
H A D | ip6_tunnel.c | 811 if (test_bit(IP_TUNNEL_SEQ_BIT, tunnel->parms.i_flags)) { in __ip6_tnl_rcv() 812 if (!test_bit(IP_TUNNEL_SEQ_BIT, tpi->flags) || in __ip6_tnl_rcv()
|
/linux/net/core/ |
H A D | filter.c | 4827 __assign_bit(IP_TUNNEL_SEQ_BIT, info->key.tun_flags, in BPF_CALL_4()
|