/kernel/linux/linux-5.10/net/psample/ |
H A D | psample.c | 217 unsigned short tun_proto = ip_tunnel_info_af(tun_info); in __psample_ip_tun_to_nlattr() local 231 switch (tun_proto) { in __psample_ip_tun_to_nlattr() 310 unsigned short tun_proto = ip_tunnel_info_af(tun_info); in psample_tunnel_meta_len() local 321 switch (tun_proto) { in psample_tunnel_meta_len()
|
/kernel/linux/linux-6.6/net/psample/ |
H A D | psample.c | 219 unsigned short tun_proto = ip_tunnel_info_af(tun_info); in __psample_ip_tun_to_nlattr() local 233 switch (tun_proto) { in __psample_ip_tun_to_nlattr() 312 unsigned short tun_proto = ip_tunnel_info_af(tun_info); in psample_tunnel_meta_len() local 323 switch (tun_proto) { in psample_tunnel_meta_len()
|
/kernel/linux/linux-5.10/net/nsh/ |
H A D | nsh.c | 12 #include <net/tun_proto.h>
|
/kernel/linux/linux-6.6/net/nsh/ |
H A D | nsh.c | 13 #include <net/tun_proto.h>
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_netlink.c | 38 #include <net/tun_proto.h> 791 SW_FLOW_KEY_MEMSET_FIELD(match, tun_proto, 0xff, true); in ip_tun_from_nlattr() 793 SW_FLOW_KEY_PUT(match, tun_proto, ipv6 ? AF_INET6 : AF_INET, in ip_tun_from_nlattr() 863 unsigned short tun_proto, u8 mode) in __ip_tun_to_nlattr() 874 switch (tun_proto) { in __ip_tun_to_nlattr() 936 unsigned short tun_proto, u8 mode) in ip_tun_to_nlattr() 946 tun_proto, mode); in ip_tun_to_nlattr() 1822 if (match->key->tun_proto) in ovs_nla_get_match() 2006 if ((swkey->tun_proto || is_mask)) { in __ovs_nla_put_key() 2013 swkey->tun_opts_len, swkey->tun_proto, in __ovs_nla_put_key() 860 __ip_tun_to_nlattr(struct sk_buff *skb, const struct ip_tunnel_key *output, const void *tun_opts, int swkey_tun_opts_len, unsigned short tun_proto, u8 mode) __ip_tun_to_nlattr() argument 933 ip_tun_to_nlattr(struct sk_buff *skb, const struct ip_tunnel_key *output, const void *tun_opts, int swkey_tun_opts_len, unsigned short tun_proto, u8 mode) ip_tun_to_nlattr() argument [all...] |
H A D | flow.h | 72 u8 tun_proto; /* Protocol of encapsulating tunnel. */ member
|
H A D | flow.c | 860 key->tun_proto = ip_tunnel_info_af(tun_info); in ovs_flow_key_extract() 875 key->tun_proto = 0; in ovs_flow_key_extract()
|
H A D | flow_table.c | 660 if (key->tun_proto) in flow_key_start()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_netlink.c | 38 #include <net/tun_proto.h> 803 SW_FLOW_KEY_MEMSET_FIELD(match, tun_proto, 0xff, true); in ip_tun_from_nlattr() 805 SW_FLOW_KEY_PUT(match, tun_proto, ipv6 ? AF_INET6 : AF_INET, in ip_tun_from_nlattr() 875 unsigned short tun_proto, u8 mode) in __ip_tun_to_nlattr() 886 switch (tun_proto) { in __ip_tun_to_nlattr() 948 unsigned short tun_proto, u8 mode) in ip_tun_to_nlattr() 958 tun_proto, mode); in ip_tun_to_nlattr() 1845 if (match->key->tun_proto) in ovs_nla_get_match() 2029 if ((swkey->tun_proto || is_mask)) { in __ovs_nla_put_key() 2036 swkey->tun_opts_len, swkey->tun_proto, in __ovs_nla_put_key() 872 __ip_tun_to_nlattr(struct sk_buff *skb, const struct ip_tunnel_key *output, const void *tun_opts, int swkey_tun_opts_len, unsigned short tun_proto, u8 mode) __ip_tun_to_nlattr() argument 945 ip_tun_to_nlattr(struct sk_buff *skb, const struct ip_tunnel_key *output, const void *tun_opts, int swkey_tun_opts_len, unsigned short tun_proto, u8 mode) ip_tun_to_nlattr() argument [all...] |
H A D | flow.h | 85 u8 tun_proto; /* Protocol of encapsulating tunnel. */ member
|
H A D | flow.c | 1012 key->tun_proto = ip_tunnel_info_af(tun_info); in ovs_flow_key_extract() 1027 key->tun_proto = 0; in ovs_flow_key_extract()
|
H A D | flow_table.c | 661 if (key->tun_proto) in flow_key_start()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | cmsg.h | 233 __be16 tun_proto; member
|
H A D | action.c | 489 set_tun->tun_proto = htons(ETH_P_TEB); in nfp_fl_set_tun()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | cmsg.h | 232 __be16 tun_proto; member
|
H A D | action.c | 492 set_tun->tun_proto = htons(ETH_P_TEB); in nfp_fl_set_tun()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tun.c | 2687 static struct proto tun_proto = { variable 3450 &tun_proto, 0); in tun_chr_open()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tun.c | 2689 static struct proto tun_proto = { variable 3469 &tun_proto, 0); in tun_chr_open()
|
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.c | 27 #include <net/tun_proto.h>
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_core.c | 28 #include <net/tun_proto.h>
|