Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/include/uapi/linux/ |
D | if_tunnel.h | 77 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
/Linux-v6.1/net/ipv4/ |
D | ipip.c | 529 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info() 555 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|
D | ip_tunnel_core.c | 1109 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()
|
/Linux-v6.1/net/ipv6/ |
D | sit.c | 1722 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info() 1752 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|
D | ip6_tunnel.c | 2123 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, tunnel->encap.dport) || in ip6_tnl_fill_info() 2157 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|