Lines Matching refs:inet_sockopt
128 struct inet_diag_sockopt inet_sockopt; in inet_diag_msg_attrs_fill() local
184 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()
193 inet_sockopt.bind_address_no_port = inet->bind_address_no_port; in inet_diag_msg_attrs_fill()
194 inet_sockopt.recverr_rfc4884 = inet->recverr_rfc4884; in inet_diag_msg_attrs_fill()
195 inet_sockopt.defer_connect = inet->defer_connect; in inet_diag_msg_attrs_fill()
196 if (nla_put(skb, INET_DIAG_SOCKOPT, sizeof(inet_sockopt), in inet_diag_msg_attrs_fill()
197 &inet_sockopt)) in inet_diag_msg_attrs_fill()