Home
last modified time | relevance | path

Searched refs:SO_BINDTOIFINDEX (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c284 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
292 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
297 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
300 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
305 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
308 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
H A Dbind4_prog.c35 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
41 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
48 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
H A Dbind6_prog.c41 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
47 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
54 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
H A Dbpf_tracing_net.h19 #define SO_BINDTOIFINDEX 62 macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dsocket.h107 #define SO_BINDTOIFINDEX 62 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h100 #define SO_BINDTOIFINDEX 0x0041 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h104 #define SO_BINDTOIFINDEX 0x4037 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h112 #define SO_BINDTOIFINDEX 62 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsocket.h123 #define SO_BINDTOIFINDEX 62 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsocket.h107 #define SO_BINDTOIFINDEX 62 macro
/openbmc/linux/net/mptcp/
H A Dsockopt.c301 case SO_BINDTOIFINDEX: in mptcp_setsockopt_sol_socket()
317 else if (optname == SO_BINDTOIFINDEX) in mptcp_setsockopt_sol_socket()
/openbmc/linux/net/core/
H A Dsock.c1510 case SO_BINDTOIFINDEX: in sk_setsockopt()
1984 case SO_BINDTOIFINDEX: in sk_getsockopt()
H A Dfilter.c5210 case SO_BINDTOIFINDEX: in sol_socket_sockopt()