Searched refs:tun_opts (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/openvswitch/ |
| H A D | flow.h | 53 (sizeof_field(struct sw_flow_key, tun_opts) - opt_len) 55 ((void *)((flow_key)->tun_opts + TUN_METADATA_OFFSET(opt_len))) 76 u8 tun_opts[IP_TUNNEL_OPTS_MAX]; member
|
| H A D | flow_netlink.c | 548 if (nla_len(a) > sizeof(match->key->tun_opts)) { in genev_tun_opt_from_nlattr() 550 nla_len(a), sizeof(match->key->tun_opts)); in genev_tun_opt_from_nlattr() 656 sizeof(match->key->tun_opts)); in erspan_tun_opt_from_nlattr() 658 if (nla_len(a) > sizeof(match->key->tun_opts)) { in erspan_tun_opt_from_nlattr() 660 nla_len(a), sizeof(match->key->tun_opts)); in erspan_tun_opt_from_nlattr() 867 const void *tun_opts, int swkey_tun_opts_len) in vxlan_opt_to_nlattr() argument 869 const struct vxlan_metadata *opts = tun_opts; in vxlan_opt_to_nlattr() 885 const void *tun_opts, int swkey_tun_opts_len, in __ip_tun_to_nlattr() argument 942 swkey_tun_opts_len, tun_opts)) in __ip_tun_to_nlattr() 951 swkey_tun_opts_len, tun_opts)) in __ip_tun_to_nlattr() [all …]
|
| H A D | flow.c | 1019 > sizeof(key->tun_opts)); in ovs_flow_key_extract()
|
| /linux-6.15/net/psample/ |
| H A D | psample.c | 220 const void *tun_opts = ip_tunnel_info_opts(tun_info); in __psample_ip_tun_to_nlattr() local 278 tun_opts_len, tun_opts)) in __psample_ip_tun_to_nlattr() 283 tun_opts_len, tun_opts)) in __psample_ip_tun_to_nlattr()
|