• Home
  • Raw
  • Download

Lines Matching refs:portid

2242 				struct team *team, u32 portid);
2244 static int team_nl_send_unicast(struct sk_buff *skb, struct team *team, u32 portid) in team_nl_send_unicast() argument
2246 return genlmsg_unicast(dev_net(team->dev), skb, portid); in team_nl_send_unicast()
2331 struct team *team, u32 portid, in __send_and_alloc_skb() argument
2337 err = send_func(*pskb, team, portid); in __send_and_alloc_skb()
2347 static int team_nl_send_options_get(struct team *team, u32 portid, u32 seq, in team_nl_send_options_get() argument
2364 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get()
2368 hdr = genlmsg_put(skb, portid, seq, &team_nl_family, flags | NLM_F_MULTI, in team_nl_send_options_get()
2403 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_options_get()
2405 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_options_get()
2411 return send_func(skb, team, portid); in team_nl_send_options_get()
2619 static int team_nl_send_port_list_get(struct team *team, u32 portid, u32 seq, in team_nl_send_port_list_get() argument
2636 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_port_list_get()
2640 hdr = genlmsg_put(skb, portid, seq, &team_nl_family, flags | NLM_F_MULTI, in team_nl_send_port_list_get()
2685 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI); in team_nl_send_port_list_get()
2687 err = __send_and_alloc_skb(&skb, team, portid, send_func); in team_nl_send_port_list_get()
2693 return send_func(skb, team, portid); in team_nl_send_port_list_get()
2752 struct team *team, u32 portid) in team_nl_send_multicast() argument