Lines Matching defs:optname
2714 * long bpf_setsockopt(void *bpf_socket, int level, int optname, void *optval, int optlen)
2718 * which the option resides and the name *optname* of the option
2731 * * **SOL_SOCKET**, which supports the following *optname*\ s:
2736 * * **IPPROTO_TCP**, which supports the following *optname*\ s:
2744 * * **IPPROTO_IP**, which supports *optname* **IP_TOS**.
2745 * * **IPPROTO_IPV6**, which supports the following *optname*\ s:
2952 * long bpf_getsockopt(void *bpf_socket, int level, int optname, void *optval, int optlen)
2956 * which the option resides and the name *optname* of the option
2968 * It supports the same set of *optname*\ s that is supported by
7202 __s32 optname;