Home
last modified time | relevance | path

Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A 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()
554 /* IFLA_IPTUN_ENCAP_DPORT */ in ipip_get_size()
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/
H A Dif_tunnel.h73 IFLA_IPTUN_ENCAP_DPORT, enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_tunnel.h77 IFLA_IPTUN_ENCAP_DPORT, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_tunnel.h77 IFLA_IPTUN_ENCAP_DPORT, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_tunnel.h86 IFLA_IPTUN_ENCAP_DPORT, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_tunnel.h86 IFLA_IPTUN_ENCAP_DPORT, enumerator
/kernel/linux/linux-6.6/net/ipv4/
H A Dipip.c501 /* IFLA_IPTUN_ENCAP_DPORT */ in ipip_get_size()
530 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info()
556 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
H A Dip_tunnel_core.c1109 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ip_tunnel_netlink_encap_parms()
1111 encap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ip_tunnel_netlink_encap_parms()
/kernel/linux/linux-5.10/net/ipv6/
H A Dsit.c1564 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip6_netlink_encap_parms()
1566 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip6_netlink_encap_parms()
1740 /* IFLA_IPTUN_ENCAP_DPORT */ in ipip6_get_size()
1780 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info()
1810 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
H A Dip6_tunnel.c2056 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ip6_tnl_netlink_encap_parms()
2058 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ip6_tnl_netlink_encap_parms()
2167 /* IFLA_IPTUN_ENCAP_DPORT */ in ip6_tnl_get_size()
2194 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, tunnel->encap.dport) || in ip6_tnl_fill_info()
2228 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
/kernel/linux/linux-6.6/net/ipv6/
H A Dsit.c1684 /* IFLA_IPTUN_ENCAP_DPORT */ in ipip6_get_size()
1724 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info()
1754 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
H A Dip6_tunnel.c2109 /* IFLA_IPTUN_ENCAP_DPORT */ in ip6_tnl_get_size()
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 },

Completed in 17 milliseconds