Home
last modified time | relevance | path

Searched refs:misc_opts (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbind4_prog.c81 static __inline int misc_opts(struct bpf_sock_addr *ctx, int opt) in misc_opts() function
148 if (misc_opts(ctx, SO_MARK) || misc_opts(ctx, SO_PRIORITY)) in bind_v4_prog()
H A Dbind6_prog.c87 static __inline int misc_opts(struct bpf_sock_addr *ctx, int opt) in misc_opts() function
162 if (misc_opts(ctx, SO_MARK) || misc_opts(ctx, SO_PRIORITY)) in bind_v6_prog()