Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\xskmap.c Create Date:2022-07-28 13:24:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:xsk_map_sock_add

Proto:static void xsk_map_sock_add(struct xdp_sock *xs, struct xsk_map_node *node)

Type:void

Parameter:

TypeParameterName
struct xdp_sock *xs
struct xsk_map_node *node
52  spin_lock_bh( & Protects map_list )
53  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.
54  spin_unlock_bh( & Protects map_list )
Caller
NameDescribe
xsk_map_update_elem