Lines Matching defs:ext
123 struct inet_diag_msg *r, int ext,
136 if (ext & (1 << (INET_DIAG_TOS - 1)))
142 if (ext & (1 << (INET_DIAG_TCLASS - 1)))
156 if (ext & (1 << (INET_DIAG_CLASS_ID - 1)) ||
157 ext & (1 << (INET_DIAG_TCLASS - 1))) {
242 int ext = req->idiag_ext;
266 if (inet_diag_msg_attrs_fill(sk, skb, r, ext,
271 if (ext & (1 << (INET_DIAG_MEMINFO - 1))) {
283 if (ext & (1 << (INET_DIAG_SKMEMINFO - 1)))
320 if ((ext & (1 << (INET_DIAG_INFO - 1))) && handler->idiag_info_size) {
330 if (ext & (1 << (INET_DIAG_CONG - 1))) {
344 if (ext & (1 << (INET_DIAG_INFO - 1)) && handler->idiag_get_aux)
356 sz = ca_ops->get_info(sk, ext, &attr, &info);