Searched refs:inet_sockopt (Results 1 – 1 of 1) sorted by relevance
128 struct inet_diag_sockopt inet_sockopt; in inet_diag_msg_attrs_fill() local184 memset(&inet_sockopt, 0, sizeof(inet_sockopt)); in inet_diag_msg_attrs_fill()185 inet_sockopt.recverr = inet->recverr; in inet_diag_msg_attrs_fill()186 inet_sockopt.is_icsk = inet->is_icsk; in inet_diag_msg_attrs_fill()187 inet_sockopt.freebind = inet->freebind; in inet_diag_msg_attrs_fill()188 inet_sockopt.hdrincl = inet->hdrincl; in inet_diag_msg_attrs_fill()189 inet_sockopt.mc_loop = inet->mc_loop; in inet_diag_msg_attrs_fill()190 inet_sockopt.transparent = inet->transparent; in inet_diag_msg_attrs_fill()191 inet_sockopt.mc_all = inet->mc_all; in inet_diag_msg_attrs_fill()192 inet_sockopt.nodefrag = inet->nodefrag; in inet_diag_msg_attrs_fill()[all …]