Home
last modified time | relevance | path

Searched refs:iml (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Digmp.c2279 struct ip_mc_socklist *iml, *i; in __ip_mc_join_group()
2310 iml = sock_kmalloc(sk, sizeof(*iml), GFP_KERNEL);
2311 if (!iml)
2314 memcpy(&iml->multi, imr, sizeof(*imr)); in ip_mc_join_group()
2315 iml->next_rcu = inet->mc_list; in ip_mc_join_group()
2316 iml->sflist = NULL; in ip_mc_join_group()
2317 iml->sfmode = mode;
2318 rcu_assign_pointer(inet->mc_list, iml);
2341 static int ip_mc_leave_src(struct sock *sk, struct ip_mc_socklist *iml, in ip_mc_leave_src()
2265 struct ip_mc_socklist *iml, *i; __ip_mc_join_group() local
2327 ip_mc_leave_src(struct sock * sk,struct ip_mc_socklist * iml,struct in_device * in_dev) ip_mc_leave_src() argument
2350 struct ip_mc_socklist *iml; ip_mc_leave_group() local
2784 struct ip_mc_socklist *iml; ip_mc_drop_socket() local
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-v2.c267 trans_pcie->iml = dma_alloc_coherent(trans->dev, fw->iml_len, in iwl_pcie_ctxt_info_v2_alloc()
270 if (!trans_pcie->iml) { in iwl_pcie_ctxt_info_v2_alloc()
275 memcpy(trans_pcie->iml, fw->iml, fw->iml_len); in iwl_pcie_ctxt_info_v2_alloc()
316 if (trans_pcie->iml) { in iwl_pcie_ctxt_info_v2_free()
318 trans_pcie->iml, in iwl_pcie_ctxt_info_v2_free()
322 trans_pcie->iml = NULL; in iwl_pcie_ctxt_info_v2_free()
/linux/net/ipv6/
H A Dmcast.c91 static int ip6_mc_leave_src(struct sock *sk, struct ipv6_mc_socklist *iml,
2628 static int ip6_mc_leave_src(struct sock *sk, struct ipv6_mc_socklist *iml, in ip6_mc_leave_src() argument
2634 psl = sock_dereference(iml->sflist, sk); in ip6_mc_leave_src()
2641 err = ip6_mc_del_src(idev, &iml->addr, iml->sfmode, 0, NULL, 0); in ip6_mc_leave_src()
2643 err = ip6_mc_del_src(idev, &iml->addr, iml->sfmode, in ip6_mc_leave_src()
2645 RCU_INIT_POINTER(iml->sflist, NULL); in ip6_mc_leave_src()