Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | ipip.c | 486 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip_netlink_encap_parms() 488 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip_netlink_encap_parms() 594 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info() 620 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|
| /Linux-v5.4/include/uapi/linux/ |
| D | if_tunnel.h | 77 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
| /Linux-v5.4/net/ipv6/ |
| D | sit.c | 1519 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip6_netlink_encap_parms() 1521 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip6_netlink_encap_parms() 1732 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info() 1762 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|
| D | ip6_tunnel.c | 1988 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ip6_tnl_netlink_encap_parms() 1990 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ip6_tnl_netlink_encap_parms() 2126 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, tunnel->encap.dport) || in ip6_tnl_fill_info() 2160 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|