Lines Matching defs:opts
619 struct nlattr *opts[TIPC_NLA_UDP_MAX + 1];
622 if (nla_parse_nested_deprecated(opts, TIPC_NLA_UDP_MAX, attr, tipc_nl_udp_policy, NULL))
625 if (!opts[TIPC_NLA_UDP_REMOTE])
628 err = tipc_parse_udp_addr(opts[TIPC_NLA_UDP_REMOTE], &addr, NULL);
662 struct nlattr *opts[TIPC_NLA_UDP_MAX + 1];
676 if (nla_parse_nested_deprecated(opts, TIPC_NLA_UDP_MAX, attrs[TIPC_NLA_BEARER_UDP_OPTS], tipc_nl_udp_policy, NULL))
679 if (!opts[TIPC_NLA_UDP_LOCAL] || !opts[TIPC_NLA_UDP_REMOTE]) {
685 err = tipc_parse_udp_addr(opts[TIPC_NLA_UDP_LOCAL], &local,
690 err = tipc_parse_udp_addr(opts[TIPC_NLA_UDP_REMOTE], &remote, NULL);