Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | ipip.c | 489 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip_netlink_encap_parms() 491 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip_netlink_encap_parms() 597 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info() 623 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|
/Linux-v4.19/include/uapi/linux/ |
D | if_tunnel.h | 77 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
/Linux-v4.19/net/ipv6/ |
D | sit.c | 1509 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip6_netlink_encap_parms() 1511 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip6_netlink_encap_parms() 1722 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info() 1752 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|
D | ip6_tunnel.c | 1998 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ip6_tnl_netlink_encap_parms() 2000 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ip6_tnl_netlink_encap_parms() 2136 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, tunnel->encap.dport) || in ip6_tnl_fill_info() 2170 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
|