Lines Matching defs:uc_index
1292 int uc_index;
1413 uc_index = READ_ONCE(inet->uc_index);
1421 ipc.oif = uc_index;
1422 } else if (ipv4_is_lbcast(daddr) && uc_index) {
1424 * uc_index is set. oif is most likely set
1425 * by sk_bound_dev_if. If uc_index != oif check if the
1426 * oif is an L3 master and uc_index is an L3 slave.
1427 * If so, we want to allow the send using the uc_index.
1429 if (ipc.oif != uc_index &&
1431 uc_index)) {
1432 ipc.oif = uc_index;