Home
last modified time | relevance | path

Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dipip.c475 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/
Dif_tunnel.h73 IFLA_IPTUN_ENCAP_DPORT, enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_tunnel.h77 IFLA_IPTUN_ENCAP_DPORT, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_tunnel.h86 IFLA_IPTUN_ENCAP_DPORT, enumerator
/kernel/linux/linux-5.10/net/ipv6/
Dsit.c1562 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 },
Dip6_tunnel.c2046 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 },