Lines Matching refs:bpf_tx_msg
52 struct bpf_prog *bpf_tx_msg; member
121 struct bpf_prog *bpf_tx_msg; member
202 int conf = psock->bpf_tx_msg ? SOCKMAP_TX : SOCKMAP_BASE; in update_sk_prot()
652 prog = READ_ONCE(psock->bpf_tx_msg); in smap_do_tx_msg()
1236 orig_tx_msg = xchg(&psock->bpf_tx_msg, tx_msg); in bpf_tcp_msg_add()
1606 if (psock->bpf_tx_msg) in smap_gc_work()
1607 bpf_prog_put(psock->bpf_tx_msg); in smap_gc_work()
1884 tx_msg = READ_ONCE(progs->bpf_tx_msg); in __sock_map_ctx_update_elem()
1931 if (READ_ONCE(psock->bpf_tx_msg) && tx_msg) { in __sock_map_ctx_update_elem()
2063 orig = xchg(&progs->bpf_tx_msg, prog); in sock_map_prog()
2165 orig = xchg(&progs->bpf_tx_msg, NULL); in sock_map_release()