Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A 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() 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 D | if_tunnel.h | 73 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_tunnel.h | 77 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_tunnel.h | 77 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_tunnel.h | 86 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_tunnel.h | 86 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipip.c | 501 /* 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 D | ip_tunnel_core.c | 1109 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 D | sit.c | 1564 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 D | ip6_tunnel.c | 2056 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 D | sit.c | 1684 /* 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 D | ip6_tunnel.c | 2109 /* 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