Home
last modified time | relevance | path

Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h77 IFLA_IPTUN_ENCAP_DPORT, enumerator
/openbmc/linux/net/ipv4/
H A Dipip.c530 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info()
556 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
H A Dip_tunnel_core.c1109 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ip_tunnel_netlink_encap_parms()
1111 encap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ip_tunnel_netlink_encap_parms()
/openbmc/linux/net/ipv6/
H A Dsit.c1725 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info()
1755 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
H A Dip6_tunnel.c2137 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, tunnel->encap.dport) || in ip6_tnl_fill_info()
2171 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },