Searched refs:tun_proto (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/psample/
H A Dpsample.c219 unsigned short tun_proto = ip_tunnel_info_af(tun_info); local
233 switch (tun_proto) {
312 unsigned short tun_proto = ip_tunnel_info_af(tun_info); local
323 switch (tun_proto) {
/linux-master/net/nsh/
H A Dnsh.c13 #include <net/tun_proto.h>
/linux-master/net/openvswitch/
H A Dflow.h85 u8 tun_proto; /* Protocol of encapsulating tunnel. */ member in struct:sw_flow_key
H A Dflow_netlink.c38 #include <net/tun_proto.h>
803 SW_FLOW_KEY_MEMSET_FIELD(match, tun_proto, 0xff, true);
805 SW_FLOW_KEY_PUT(match, tun_proto, ipv6 ? AF_INET6 : AF_INET,
875 unsigned short tun_proto, u8 mode)
886 switch (tun_proto) {
948 unsigned short tun_proto, u8 mode)
958 tun_proto, mode);
1845 if (match->key->tun_proto)
2029 if ((swkey->tun_proto || is_mask)) {
2036 swkey->tun_opts_len, swkey->tun_proto,
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) 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) argument
[all...]
H A Dflow.c1012 key->tun_proto = ip_tunnel_info_af(tun_info);
1027 key->tun_proto = 0;
H A Dflow_table.c658 if (key->tun_proto)
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.h232 __be16 tun_proto; member in struct:nfp_fl_set_tun
H A Daction.c492 set_tun->tun_proto = htons(ETH_P_TEB);
/linux-master/drivers/net/
H A Dtun.c2683 static struct proto tun_proto = { variable in typeref:struct:proto
3463 &tun_proto, 0);
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c28 #include <net/tun_proto.h>

Completed in 192 milliseconds