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