Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dipip.c489 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip_netlink_encap_parms()
491 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip_netlink_encap_parms()
597 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info()
623 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
/Linux-v4.19/include/uapi/linux/
Dif_tunnel.h77 IFLA_IPTUN_ENCAP_DPORT, enumerator
/Linux-v4.19/net/ipv6/
Dsit.c1509 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip6_netlink_encap_parms()
1511 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip6_netlink_encap_parms()
1722 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info()
1752 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
Dip6_tunnel.c1998 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ip6_tnl_netlink_encap_parms()
2000 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ip6_tnl_netlink_encap_parms()
2136 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, tunnel->encap.dport) || in ip6_tnl_fill_info()
2170 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },