Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dipip.c486 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip_netlink_encap_parms()
488 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip_netlink_encap_parms()
594 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info()
620 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
/Linux-v5.4/include/uapi/linux/
Dif_tunnel.h77 IFLA_IPTUN_ENCAP_DPORT, enumerator
/Linux-v5.4/net/ipv6/
Dsit.c1519 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip6_netlink_encap_parms()
1521 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip6_netlink_encap_parms()
1732 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info()
1762 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
Dip6_tunnel.c1988 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ip6_tnl_netlink_encap_parms()
1990 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ip6_tnl_netlink_encap_parms()
2126 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, tunnel->encap.dport) || in ip6_tnl_fill_info()
2160 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },