| /linux/drivers/net/ovpn/ |
| H A D | peer.c | 198 struct hlist_nulls_head *nhead; in ovpn_peer_endpoints_update() local 327 nhead = ovpn_get_hash_head(peer->ovpn->peers->by_transp_addr, in ovpn_peer_endpoints_update() 329 hlist_nulls_add_head_rcu(&peer->hash_entry_transp_addr, nhead); in ovpn_peer_endpoints_update() 453 struct hlist_nulls_head *nhead; in ovpn_peer_get_by_vpn_addr4() local 461 nhead = &ovpn->peers->by_vpn_addr4[slot]; in ovpn_peer_get_by_vpn_addr4() 463 hlist_nulls_for_each_entry_rcu(tmp, ntmp, nhead, hash_entry_addr4) in ovpn_peer_get_by_vpn_addr4() 488 struct hlist_nulls_head *nhead; in ovpn_peer_get_by_vpn_addr6() local 496 nhead = &ovpn->peers->by_vpn_addr6[slot]; in ovpn_peer_get_by_vpn_addr6() 498 hlist_nulls_for_each_entry_rcu(tmp, ntmp, nhead, hash_entry_addr6) in ovpn_peer_get_by_vpn_addr6() 590 struct hlist_nulls_head *nhead; in ovpn_peer_get_by_transp_addr() local [all …]
|
| /linux/drivers/crypto/ |
| H A D | atmel-aes-regs.h | 85 #define AES_EMR_NHEAD(nhead) (((nhead) << AES_EMR_NHEAD_OFFSET) &\ argument
|
| /linux/net/xfrm/ |
| H A D | xfrm_output.c | 33 int nhead = dst->header_len + LL_RESERVED_SPACE(dst->dev) in xfrm_skb_check_space() local 37 if (nhead <= 0) { in xfrm_skb_check_space() 40 nhead = 0; in xfrm_skb_check_space() 44 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); in xfrm_skb_check_space()
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 3303 struct ceph_mds_request_head *nhead = msg->front.iov_base; in create_request_message() 3306 nhead->version = cpu_to_le16(1); in create_request_message() 3309 struct ceph_mds_request_head *nhead = msg->front.iov_base; in create_request_message() 3312 nhead->version = cpu_to_le16(2); in create_request_message() 3316 struct ceph_mds_request_head *nhead = msg->front.iov_base; in create_request_message() 3321 nhead->version = cpu_to_le16(CEPH_MDS_REQUEST_HEAD_VERSION); in create_request_message() 3322 nhead->struct_len = cpu_to_le32(sizeof(struct ceph_mds_request_head)); in create_request_message() 3329 nhead->owner_uid = cpu_to_le32(from_kuid(&init_user_ns, owner_fsuid)); 3330 nhead->owner_gid = cpu_to_le32(from_kgid(&init_user_ns, owner_fsgid)); 3332 nhead 3208 struct ceph_mds_request_head *nhead = msg->front.iov_base; create_request_message() local 3214 struct ceph_mds_request_head *nhead = msg->front.iov_base; create_request_message() local 3221 struct ceph_mds_request_head *nhead = msg->front.iov_base; create_request_message() local 3357 struct ceph_mds_request_head *nhead; __prepare_send_request() local [all...] |
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_router.c | 820 struct prestera_kern_neigh_cache_head *nhead; in __prestera_k_arb_nc_apply() local 849 list_for_each_entry(nhead, &nc->kern_fib_cache_list, head) { in __prestera_k_arb_nc_apply() 850 __prestera_k_arb_fib_nh_offload_set(sw, nhead->this, nc, in __prestera_k_arb_nc_apply()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 335 * @nhead: new rules header pointer 341 static int smk_copy_rules(struct list_head *nhead, struct list_head *ohead, in smk_copy_rules() argument 355 list_add_rcu(&nrp->list, nhead); in smk_copy_rules() 362 * @nhead: new rules header pointer 368 static int smk_copy_relabel(struct list_head *nhead, struct list_head *ohead, in smk_copy_relabel() argument 377 smk_destroy_label_list(nhead); in smk_copy_relabel() 381 list_add(&nklep->list, nhead); in smk_copy_relabel()
|
| /linux/net/core/ |
| H A D | skbuff.c | 2271 * @nhead: room to add at head 2275 * Expands (or creates identical copy, if @nhead and @ntail are zero) 2288 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head() 2292 unsigned int size = osize + nhead + ntail; in pskb_expand_head() 2297 BUG_ON(nhead < 0); in pskb_expand_head() 2314 memcpy(data + nhead, skb->head, skb_tail_pointer(skb) - skb->head); in pskb_expand_head() 2340 off = (data + nhead) - skb->head; in pskb_expand_head() 2348 off = nhead; in pskb_expand_head() 2351 skb_headers_offset_update(skb, nhead); in pskb_expand_head() 2285 pskb_expand_head(struct sk_buff * skb,int nhead,int ntail,gfp_t gfp_mask) pskb_expand_head() argument
|
| /linux/include/linux/ |
| H A D | skbuff.h | 1451 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask);
|