Lines Matching refs:h_u

1338 		fs->h_u.tcp_ip4_spec.ip4src = entry->key.sip4;
1339 fs->h_u.tcp_ip4_spec.ip4dst = entry->key.dip4;
1340 fs->h_u.tcp_ip4_spec.psrc = entry->key.sport;
1341 fs->h_u.tcp_ip4_spec.pdst = entry->key.dport;
1351 fs->h_u.tcp_ip6_spec.ip6src[i] = entry->key.sip6[i];
1352 fs->h_u.tcp_ip6_spec.ip6dst[i] = entry->key.dip6[i];
1356 fs->h_u.tcp_ip6_spec.psrc = entry->key.sport;
1357 fs->h_u.tcp_ip6_spec.pdst = entry->key.dport;
1362 fs->h_u.usr_ip4_spec.ip_ver = ETH_RX_NFC_IP4;
1363 fs->h_u.usr_ip4_spec.ip4src = entry->key.sip4;
1364 fs->h_u.usr_ip4_spec.ip4dst = entry->key.dip4;
1365 fs->h_u.usr_ip4_spec.proto = entry->key.l4_proto;
1372 fs->h_u.usr_ip6_spec.ip6src[i] = entry->key.sip6[i];
1373 fs->h_u.usr_ip6_spec.ip6dst[i] = entry->key.dip6[i];
1377 fs->h_u.usr_ip6_spec.l4_proto = entry->key.l4_proto;
1381 fs->h_u.ether_spec.h_proto = entry->key.l3_proto;
1526 entry->key.sip4 = fs->h_u.tcp_ip4_spec.ip4src & entry->msk.sip4;
1527 entry->key.dip4 = fs->h_u.tcp_ip4_spec.ip4dst & entry->msk.dip4;
1528 entry->key.sport = fs->h_u.tcp_ip4_spec.psrc & entry->msk.sport;
1529 entry->key.dport = fs->h_u.tcp_ip4_spec.pdst & entry->msk.dport;
1537 entry->key.sip6[i] = fs->h_u.tcp_ip6_spec.ip6src[i] & entry->msk.sip6[i];
1538 entry->key.dip6[i] = fs->h_u.tcp_ip6_spec.ip6dst[i] & entry->msk.dip6[i];
1542 entry->key.sport = fs->h_u.tcp_ip6_spec.psrc & entry->msk.sport;
1543 entry->key.dport = fs->h_u.tcp_ip6_spec.pdst & entry->msk.dport;
1549 entry->key.sip4 = fs->h_u.usr_ip4_spec.ip4src & entry->msk.sip4;
1550 entry->key.dip4 = fs->h_u.usr_ip4_spec.ip4dst & entry->msk.dip4;
1551 entry->key.l4_proto = fs->h_u.usr_ip4_spec.proto & entry->msk.l4_proto;
1557 entry->key.sip6[i] = fs->h_u.usr_ip6_spec.ip6src[i] & entry->msk.sip6[i];
1558 entry->key.dip6[i] = fs->h_u.usr_ip6_spec.ip6dst[i] & entry->msk.dip6[i];
1561 entry->key.l4_proto = fs->h_u.usr_ip6_spec.l4_proto & entry->msk.l4_proto;
1565 entry->key.l3_proto = fs->h_u.ether_spec.h_proto & entry->msk.l3_proto;
1650 unsupp_mask |= fs->h_u.usr_ip4_spec.ip_ver != ETH_RX_NFC_IP4;
1657 if (fs->h_u.ether_spec.h_proto == htons(ETH_P_IP) ||
1658 fs->h_u.ether_spec.h_proto == htons(ETH_P_IPV6)) {