Lines Matching refs:portid
2218 struct team *team, u32 portid);
2220 static int team_nl_send_unicast(struct sk_buff *skb, struct team *team, u32 portid) in team_nl_send_unicast() argument
2222 return genlmsg_unicast(dev_net(team->dev), skb, portid); in team_nl_send_unicast()
2307 struct team *team, u32 portid, in __send_and_alloc_skb() argument
2313 err = send_func(*pskb, team, portid); in __send_and_alloc_skb()
2323 static int team_nl_send_options_get(struct team *team, u32 portid, u32 seq, in team_nl_send_options_get() argument
2340 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get()
2344 hdr = genlmsg_put(skb, portid, seq, &team_nl_family, flags | NLM_F_MULTI, in team_nl_send_options_get()
2377 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get()
2379 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get()
2385 return send_func(skb, team, portid); in team_nl_send_options_get()
2591 static int team_nl_send_port_list_get(struct team *team, u32 portid, u32 seq, in team_nl_send_port_list_get() argument
2608 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_port_list_get()
2612 hdr = genlmsg_put(skb, portid, seq, &team_nl_family, flags | NLM_F_MULTI, in team_nl_send_port_list_get()
2655 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
2657 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_port_list_get()
2663 return send_func(skb, team, portid); in team_nl_send_port_list_get()
2722 struct team *team, u32 portid) in team_nl_send_multicast() argument