Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
D | ipip.c | 475 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip_netlink_encap_parms() 477 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip_netlink_encap_parms() 583 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info() 609 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | if_tunnel.h | 73 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | if_tunnel.h | 77 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | if_tunnel.h | 86 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | sit.c | 1562 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip6_netlink_encap_parms() 1564 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip6_netlink_encap_parms() 1778 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info() 1808 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|
D | ip6_tunnel.c | 2046 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ip6_tnl_netlink_encap_parms() 2048 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ip6_tnl_netlink_encap_parms() 2184 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, tunnel->encap.dport) || in ip6_tnl_fill_info() 2218 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|