Searched refs:L2TP_ATTR_UDP_SPORT (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dl2tp.h118 L2TP_ATTR_UDP_SPORT, /* u16 */ enumerator in enum:__anon2902
/linux-master/net/l2tp/
H A Dl2tp_netlink.c160 if (attrs[L2TP_ATTR_UDP_SPORT])
161 cfg->local_udp_port = nla_get_u16(attrs[L2TP_ATTR_UDP_SPORT]);
331 if (nla_put_u16(skb, L2TP_ATTR_UDP_SPORT, ntohs(inet->inet_sport)) ||
353 nla_put_u16(skb, L2TP_ATTR_UDP_SPORT, ntohs(inet->inet_sport)) ||
896 [L2TP_ATTR_UDP_SPORT] = { .type = NLA_U16, },

Completed in 135 milliseconds