Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbind4_prog.c79 static __inline int misc_opts(struct bpf_sock_addr *ctx, int opt) in misc_opts() function
146 if (misc_opts(ctx, SO_MARK) || misc_opts(ctx, SO_PRIORITY)) in bind_v4_prog()
H A Dbind6_prog.c85 static __inline int misc_opts(struct bpf_sock_addr *ctx, int opt) in misc_opts() function
160 if (misc_opts(ctx, SO_MARK) || misc_opts(ctx, SO_PRIORITY)) in bind_v6_prog()