Searched refs:bpf_bind (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | connect_ping.c | 31 if (do_bind && bpf_bind(ctx, (struct sockaddr *)&sa, sizeof(sa))) in connect_v4_prog() 47 if (do_bind && bpf_bind(ctx, (struct sockaddr *)&sa, sizeof(sa))) in connect_v6_prog()
|
D | freplace_connect4.c | 14 bpf_bind(ctx, (struct sockaddr *)&sa, sizeof(sa)); in new_do_bind()
|
D | connect_force_port4.c | 40 if (bpf_bind(ctx, (struct sockaddr *)&sa, sizeof(sa)) != 0) in connect4()
|
D | connect_force_port6.c | 39 if (bpf_bind(ctx, (struct sockaddr *)&sa, sizeof(sa)) != 0) in connect6()
|
D | connect6_prog.c | 87 if (bpf_bind(ctx, (struct sockaddr *)&sa, sizeof(sa)) != 0) in connect_v6_prog()
|
D | connect4_prog.c | 44 if (bpf_bind(ctx, (struct sockaddr *)&sa, sizeof(sa)) != 0) in do_bind()
|
/linux-6.6.21/net/core/ |
D | filter.c | 5695 BPF_CALL_3(bpf_bind, struct bpf_sock_addr_kern *, ctx, struct sockaddr *, addr, in BPF_CALL_3() argument 5730 .func = bpf_bind,
|