Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dipip.c477 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip_netlink_encap_parms()
479 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip_netlink_encap_parms()
585 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info()
611 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
/linux/include/uapi/linux/
A Dif_tunnel.h77 IFLA_IPTUN_ENCAP_DPORT, enumerator
/linux/net/ipv6/
A Dsit.c1571 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip6_netlink_encap_parms()
1573 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip6_netlink_encap_parms()
1787 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info()
1817 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
A Dip6_tunnel.c2016 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ip6_tnl_netlink_encap_parms()
2018 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ip6_tnl_netlink_encap_parms()
2154 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, tunnel->encap.dport) || in ip6_tnl_fill_info()
2188 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },

Completed in 13 milliseconds