Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/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() 583 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info() 609 [IFLA_IPTUN_ENCAP_DPORT] = { .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 | 77 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_tunnel.h | 77 IFLA_IPTUN_ENCAP_DPORT, 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 | 77 IFLA_IPTUN_ENCAP_DPORT, enumerator
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | sit.c | 1562 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 },
|
| H A D | ip6_tunnel.c | 2046 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 },
|