Searched refs:head (Results 176 - 200 of 204) sorted by relevance

123456789

/net/core/
H A Dsock.c1426 newsk->sk_backlog.head = newsk->sk_backlog.tail = NULL;
1854 struct sk_buff *skb = sk->sk_backlog.head;
1857 sk->sk_backlog.head = sk->sk_backlog.tail = NULL;
1880 } while ((skb = sk->sk_backlog.head) != NULL);
H A Drtnetlink.c1039 struct hlist_head *head; local
1058 head = &net->dev_index_head[h];
1059 hlist_for_each_entry_rcu(dev, head, index_hlist) {
H A Dfilter.c57 if (ptr >= skb->head && ptr + size <= skb_tail_pointer(skb))
H A Dneighbour.c344 static void neigh_hash_free_rcu(struct rcu_head *head) argument
346 struct neigh_hash_table *nht = container_of(head,
1468 static void neigh_rcu_free_parms(struct rcu_head *head) argument
1471 container_of(head, struct neigh_parms, rcu_head);
/net/ipv4/
H A Dipmr.c546 struct list_head *head)
595 unregister_netdevice_queue(dev, head);
601 static void ipmr_cache_free_rcu(struct rcu_head *head) argument
603 struct mfc_cache *c = container_of(head, struct mfc_cache, rcu);
545 vif_delete(struct mr_table *mrt, int vifi, int notify, struct list_head *head) argument
H A Dtcp_output.c679 struct list_head head; /* queue of tcp sockets */ member in struct:tsq_tasklet
693 * transfering tsq->head because tcp_wfree() might
706 list_splice_init(&tsq->head, &list);
778 INIT_LIST_HEAD(&tsq->head);
808 list_add(&tp->tsq_node, &tsq->head);
2046 /* Send _single_ skb sitting at the send head. This function requires
H A Dip_sockglue.c240 static void ip_ra_destroy_rcu(struct rcu_head *head) argument
242 struct ip_ra_chain *ra = container_of(head, struct ip_ra_chain, rcu);
H A Dicmp.c510 if ((u8 *)iph < skb_in->head ||
/net/mac80211/
H A Dtx.c2359 * headroom, head length,
2369 memcpy(skb_put(skb, beacon->head_len), beacon->head,
2396 memcpy(skb_put(skb, presp->head_len), presp->head,
2420 memcpy(skb_put(skb, bcn->head_len), bcn->head, bcn->head_len);
2666 if (!beacon || !beacon->head)
H A Dieee80211_i.h46 /* Required encryption head and tailroom */
235 u8 *head, *tail; member in struct:beacon_data
/net/sctp/
H A Doutput.c561 nskb->head);
/net/wireless/
H A Dtrace.h504 __dynamic_array(u8, head, info ? info->head_len : 0)
517 if (info->head)
518 memcpy(__get_dynamic_array(head), info->head,
/net/netfilter/ipvs/
H A Dip_vs_conn.c768 static void ip_vs_conn_rcu_free(struct rcu_head *head) argument
770 struct ip_vs_conn *cp = container_of(head, struct ip_vs_conn,
H A Dip_vs_ctl.c620 void ip_vs_dest_dst_rcu_free(struct rcu_head *head) argument
622 struct ip_vs_dest_dst *dest_dst = container_of(head,
1001 static void ip_vs_dest_wait_readers(struct rcu_head *head) argument
1003 struct ip_vs_dest *dest = container_of(head, struct ip_vs_dest,
1323 static void ip_vs_service_rcu_free(struct rcu_head *head) argument
1327 svc = container_of(head, struct ip_vs_service, rcu_head);
/net/ceph/
H A Dmessenger.c612 static void ceph_msg_remove_list(struct list_head *head) argument
614 while (!list_empty(head)) {
615 struct ceph_msg *msg = list_first_entry(head, struct ceph_msg,
955 BUG_ON(list_empty(&pagelist->head));
956 page = list_first_entry(&pagelist->head, struct page, lru);
1013 BUG_ON(list_is_last(&cursor->page->lru, &pagelist->head));
/net/xfrm/
H A Dxfrm_policy.c2546 struct dst_entry *head, *next; local
2549 head = xfrm_policy_sk_bundles;
2553 while (head) {
2554 next = head->next;
2555 dst_free(head);
2556 head = next;
/net/ipv6/
H A Dip6_gre.c1293 struct list_head *head)
1305 unregister_netdevice_queue(t->dev, head);
1292 ip6gre_destroy_tunnels(struct ip6gre_net *ign, struct list_head *head) argument
H A Dicmp.c402 if ((u8 *)hdr < skb->head ||
H A Dip6mr.c772 static int mif6_delete(struct mr6_table *mrt, int vifi, struct list_head *head) argument
819 unregister_netdevice_queue(dev, head);
/net/l2tp/
H A Dl2tp_core.c444 /* If the pkt at the head of the queue has the nr that we
1128 skb->csum_start = skb_transport_header(skb) - skb->head;
1218 skb->csum_start = skb_transport_header(skb) - skb->head;
/net/sched/
H A Dsch_api.c402 static void stab_kfree_rcu(struct rcu_head *head) argument
404 kfree(container_of(head, struct qdisc_size_table, rcu));
/net/netfilter/ipset/
H A Dip_set_list_set.c582 .head = list_set_head,
H A Dip_set_hash_gen.h937 .head = mtype_head,
/net/netfilter/
H A Dxt_LOG.c778 if (p < skb->head)
/net/rxrpc/
H A Dar-ack.c204 hdr = (struct rxrpc_header *) txb->head;

Completed in 473 milliseconds

123456789