Searched refs:link_raw (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/core/
H A Dsock_map.c130 struct bpf_map *map, void *link_raw)
132 link->link_raw = link_raw;
140 struct sk_psock *psock, void *link_raw)
147 if (link->link_raw == link_raw) {
175 static void sock_map_unref(struct sock *sk, void *link_raw) argument
180 sock_map_del_link(sk, psock, link_raw);
432 void *link_raw)
436 __sock_map_delete(stab, sk, link_raw);
128 sock_map_add_link(struct sk_psock *psock, struct sk_psock_link *link, struct bpf_map *map, void *link_raw) argument
139 sock_map_del_link(struct sock *sk, struct sk_psock *psock, void *link_raw) argument
431 sock_map_delete_from_link(struct bpf_map *map, struct sock *sk, void *link_raw) argument
906 sock_hash_delete_from_link(struct bpf_map *map, struct sock *sk, void *link_raw) argument
[all...]
/linux-master/include/linux/
H A Dskmsg.h71 void *link_raw; member in struct:sk_psock_link

Completed in 121 milliseconds