Function report |
Source Code:kernel\bpf\xskmap.c |
Create Date:2022-07-28 13:24:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xsk_map_try_sock_delete
Proto:void xsk_map_try_sock_delete(struct xsk_map *map, struct xdp_sock *xs, struct xdp_sock **map_entry)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xsk_map * | map | |
struct xdp_sock * | xs | |
struct xdp_sock ** | map_entry |
259 | spin_lock_bh( & Synchronize map updates ) |
261 | WRITE_ONCE( * map_entry, NULL) |
262 | xsk_map_sock_delete(xs, map_entry) |
264 | spin_unlock_bh( & Synchronize map updates ) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |