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 Dsetget_sockopt.c297 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
305 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
310 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
313 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in binddev_test()
318 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in test_tcp_maxseg()
321 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_BINDTOIFINDEX, in test_tcp_maxseg()
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 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.h26 #define SO_BINDTOIFINDEX 62
22 #define SO_BINDTOIFINDEX global() macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h107 #define SO_BINDTOIFINDEX 62 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/arch/sparc/include/uapi/asm/
H A Dsocket.h100 #define SO_BINDTOIFINDEX 0x0041 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h112 #define SO_BINDTOIFINDEX 62 macro
/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()
/linux/net/core/
H A Dsock.c1640 case SO_BINDTOIFINDEX: in sk_setsockopt()
2129 case SO_BINDTOIFINDEX: in sk_getsockopt()
H A Dfilter.c5316 case SO_BINDTOIFINDEX: in sol_socket_sockopt()