Searched refs:L2TP_ATTR_UDP_SPORT (Results 1 – 2 of 2) sorted by relevance
120 L2TP_ATTR_UDP_SPORT, /* u16 */ enumerator
226 if (info->attrs[L2TP_ATTR_UDP_SPORT]) in l2tp_nl_cmd_tunnel_create()227 cfg.local_udp_port = nla_get_u16(info->attrs[L2TP_ATTR_UDP_SPORT]); in l2tp_nl_cmd_tunnel_create()381 if (nla_put_u16(skb, L2TP_ATTR_UDP_SPORT, ntohs(inet->inet_sport)) || in l2tp_nl_tunnel_send()877 [L2TP_ATTR_UDP_SPORT] = { .type = NLA_U16, },