Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbind4_prog.c37 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
43 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
50 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
H A Dsetget_sockopt.c299 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
307 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
312 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
315 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
320 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
323 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
H A Dbind6_prog.c43 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
49 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
56 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in bind_to_device()
H A Dbpf_tracing_net.h29 #define SO_BINDTOIFINDEX 62 macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h107 #define SO_BINDTOIFINDEX 62 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h112 #define SO_BINDTOIFINDEX 62 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h100 #define SO_BINDTOIFINDEX 0x0041 macro
/linux/arch/mips/include/uapi/asm/
H A Dsocket.h123 #define SO_BINDTOIFINDEX 62 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h104 #define SO_BINDTOIFINDEX 0x4037 macro
/linux/include/uapi/asm-generic/
H A Dsocket.h107 #define SO_BINDTOIFINDEX 62 macro
/linux/net/mptcp/
H A Dsockopt.c311 case SO_BINDTOIFINDEX: in mptcp_setsockopt_sol_socket()
327 else if (optname == SO_BINDTOIFINDEX) in mptcp_setsockopt_sol_socket()
/linux/net/core/
H A Dsock.c1646 case SO_BINDTOIFINDEX: in sk_setsockopt()
2135 case SO_BINDTOIFINDEX: in sk_getsockopt()
H A Dfilter.c5490 case SO_BINDTOIFINDEX: in sol_socket_sockopt()