Lines Matching refs:h_u
425 &fs->h_u.ether_spec.h_dest, in bcmasp_netfilt_wr_to_hw()
427 sizeof(fs->h_u.ether_spec.h_dest)); in bcmasp_netfilt_wr_to_hw()
429 &fs->h_u.ether_spec.h_source, in bcmasp_netfilt_wr_to_hw()
431 sizeof(fs->h_u.ether_spec.h_source)); in bcmasp_netfilt_wr_to_hw()
433 &fs->h_u.ether_spec.h_proto, in bcmasp_netfilt_wr_to_hw()
435 sizeof(fs->h_u.ether_spec.h_proto)); in bcmasp_netfilt_wr_to_hw()
444 &fs->h_u.usr_ip4_spec.tos, in bcmasp_netfilt_wr_to_hw()
446 sizeof(fs->h_u.usr_ip4_spec.tos)); in bcmasp_netfilt_wr_to_hw()
448 &fs->h_u.usr_ip4_spec.proto, in bcmasp_netfilt_wr_to_hw()
450 sizeof(fs->h_u.usr_ip4_spec.proto)); in bcmasp_netfilt_wr_to_hw()
452 &fs->h_u.usr_ip4_spec.ip4src, in bcmasp_netfilt_wr_to_hw()
454 sizeof(fs->h_u.usr_ip4_spec.ip4src)); in bcmasp_netfilt_wr_to_hw()
456 &fs->h_u.usr_ip4_spec.ip4dst, in bcmasp_netfilt_wr_to_hw()
458 sizeof(fs->h_u.usr_ip4_spec.ip4dst)); in bcmasp_netfilt_wr_to_hw()
469 &fs->h_u.usr_ip4_spec.l4_4_bytes, in bcmasp_netfilt_wr_to_hw()
471 sizeof(fs->h_u.usr_ip4_spec.l4_4_bytes) in bcmasp_netfilt_wr_to_hw()
477 bcmasp_netfilt_tcpip4_wr(priv, nfilt, &fs->h_u.tcp_ip4_spec, in bcmasp_netfilt_wr_to_hw()
485 bcmasp_netfilt_tcpip4_wr(priv, nfilt, &fs->h_u.udp_ip4_spec, in bcmasp_netfilt_wr_to_hw()
494 bcmasp_netfilt_tcpip6_wr(priv, nfilt, &fs->h_u.tcp_ip6_spec, in bcmasp_netfilt_wr_to_hw()
502 bcmasp_netfilt_tcpip6_wr(priv, nfilt, &fs->h_u.udp_ip6_spec, in bcmasp_netfilt_wr_to_hw()
635 if (memcmp(&cur->h_u, &fs->h_u, fs_size) || in bcmasp_netfilt_check_dup()