Lines Matching defs:match
33 struct mptcp_pm_addr_entry *match = NULL;
49 match = e;
57 if (!match && !addr_match && !id_match) {
75 } else if (match) {
113 struct mptcp_pm_addr_entry *entry, *match = NULL;
118 match = entry;
123 if (match) {
124 *flags = match->flags;
125 *ifindex = match->ifindex;
201 GENL_SET_ERR_MSG(info, "did not match address and id");
261 struct mptcp_pm_addr_entry *match = NULL;
297 match = entry;
302 if (!match) {
308 list_move(&match->list, &free_list);
314 list_for_each_entry_safe(match, entry, &free_list, list) {
315 sock_kfree_s((struct sock *)msk, match, sizeof(*match));
378 GENL_SET_ERR_MSG(info, "did not match address and id");
501 GENL_SET_ERR_MSG(info, "address families do not match");