Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv4/ |
A D | ipip.c | 477 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 D | if_tunnel.h | 77 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
/linux/net/ipv6/ |
A D | sit.c | 1571 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 D | ip6_tunnel.c | 2016 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