Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip_tunnels.h219 __set_bit(IP_TUNNEL_PFCP_OPT_BIT, present); in ip_tunnel_set_options_present()
232 __set_bit(IP_TUNNEL_PFCP_OPT_BIT, present); in ip_tunnel_clear_options_present()
245 __set_bit(IP_TUNNEL_PFCP_OPT_BIT, present); in ip_tunnel_is_options_present()
/linux/include/uapi/linux/
H A Dif_tunnel.h216 IP_TUNNEL_PFCP_OPT_BIT, /* OPTIONS_PRESENT */ enumerator
/linux/drivers/net/
H A Dpfcp.c83 __set_bit(IP_TUNNEL_PFCP_OPT_BIT, tun_dst->u.tun_info.key.tun_flags); in pfcp_encap_recv()
/linux/net/sched/
H A Dcls_flower.c1673 key->enc_opts.dst_opt_type = IP_TUNNEL_PFCP_OPT_BIT; in fl_set_enc_opt()
1684 mask->enc_opts.dst_opt_type = IP_TUNNEL_PFCP_OPT_BIT; in fl_set_enc_opt()
3410 case IP_TUNNEL_PFCP_OPT_BIT: in fl_dump_key_options()