Lines Matching refs:portid

2209 				struct team *team, u32 portid);
2211 static int team_nl_send_unicast(struct sk_buff *skb, struct team *team, u32 portid) in team_nl_send_unicast() argument
2213 return genlmsg_unicast(dev_net(team->dev), skb, portid); in team_nl_send_unicast()
2298 struct team *team, u32 portid, in __send_and_alloc_skb() argument
2304 err = send_func(*pskb, team, portid); in __send_and_alloc_skb()
2314 static int team_nl_send_options_get(struct team *team, u32 portid, u32 seq, in team_nl_send_options_get() argument
2331 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get()
2335 hdr = genlmsg_put(skb, portid, seq, &team_nl_family, flags | NLM_F_MULTI, in team_nl_send_options_get()
2368 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get()
2370 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get()
2376 return send_func(skb, team, portid); in team_nl_send_options_get()
2582 static int team_nl_send_port_list_get(struct team *team, u32 portid, u32 seq, in team_nl_send_port_list_get() argument
2599 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_port_list_get()
2603 hdr = genlmsg_put(skb, portid, seq, &team_nl_family, flags | NLM_F_MULTI, in team_nl_send_port_list_get()
2646 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
2648 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_port_list_get()
2654 return send_func(skb, team, portid); in team_nl_send_port_list_get()
2713 struct team *team, u32 portid) in team_nl_send_multicast() argument