Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.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 },
|
| /Linux-v5.10/include/uapi/linux/ |
| D | if_tunnel.h | 77 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
| /Linux-v5.10/net/ipv6/ |
| D | sit.c | 1565 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip6_netlink_encap_parms() 1567 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 },
|