Lines Matching defs:uc_index
493 int uc_index, err;
586 uc_index = READ_ONCE(inet->uc_index);
593 ipc.oif = uc_index;
594 } else if (ipv4_is_lbcast(daddr) && uc_index) {
596 * and uc_index is set. oif is most likely set
597 * by sk_bound_dev_if. If uc_index != oif check if the
598 * oif is an L3 master and uc_index is an L3 slave.
599 * If so, we want to allow the send using the uc_index.
601 if (ipc.oif != uc_index &&
603 uc_index)) {
604 ipc.oif = uc_index;