Searched refs:IFLA_IPTUN_ENCAP_SPORT (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ipip.c | 470 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip_netlink_encap_parms() 472 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip_netlink_encap_parms() 581 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip_fill_info() 608 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | if_tunnel.h | 76 IFLA_IPTUN_ENCAP_SPORT, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_tunnel.h | 76 IFLA_IPTUN_ENCAP_SPORT, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | if_tunnel.h | 76 IFLA_IPTUN_ENCAP_SPORT, enumerator
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | sit.c | 1557 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip6_netlink_encap_parms() 1559 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip6_netlink_encap_parms() 1776 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip6_fill_info() 1807 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
|
| H A D | ip6_tunnel.c | 2041 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ip6_tnl_netlink_encap_parms() 2043 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ip6_tnl_netlink_encap_parms() 2183 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, tunnel->encap.sport) || in ip6_tnl_fill_info() 2217 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
|