Searched refs:L2TP_ATTR_UDP_DPORT (Results 1 – 5 of 5) sorted by relevance
| /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 | l2tp.h | 121 L2TP_ATTR_UDP_DPORT, /* u16 */ enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | l2tp.h | 121 L2TP_ATTR_UDP_DPORT, /* u16 */ enumerator
|
| /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 | l2tp.h | 121 L2TP_ATTR_UDP_DPORT, /* u16 */ enumerator
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_netlink.c | 162 if (attrs[L2TP_ATTR_UDP_DPORT]) in l2tp_nl_cmd_tunnel_create_get_addr() 163 cfg->peer_udp_port = nla_get_u16(attrs[L2TP_ATTR_UDP_DPORT]); in l2tp_nl_cmd_tunnel_create_get_addr() 332 nla_put_u16(skb, L2TP_ATTR_UDP_DPORT, ntohs(inet->inet_dport))) in l2tp_nl_tunnel_send_addr6() 354 nla_put_u16(skb, L2TP_ATTR_UDP_DPORT, ntohs(inet->inet_dport))) in l2tp_nl_tunnel_send_addr4() 897 [L2TP_ATTR_UDP_DPORT] = { .type = NLA_U16, },
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | l2tp.rst | 116 ``L2TP_ATTR_UDP_SPORT``, ``L2TP_ATTR_UDP_DPORT`` attributes. Kernel
|