Lines Matching refs:tcp_ip4_spec
3363 tp4sp_m = &(fs->m_u.tcp_ip4_spec); in gem_enable_flow_filters()
3396 tp4sp_v = &(fs->h_u.tcp_ip4_spec); in gem_prog_cmp_regs()
3397 tp4sp_m = &(fs->m_u.tcp_ip4_spec); in gem_prog_cmp_regs()
3485 htonl(fs->h_u.tcp_ip4_spec.ip4src), in gem_add_flow_filter()
3486 htonl(fs->h_u.tcp_ip4_spec.ip4dst), in gem_add_flow_filter()
3487 be16_to_cpu(fs->h_u.tcp_ip4_spec.psrc), in gem_add_flow_filter()
3488 be16_to_cpu(fs->h_u.tcp_ip4_spec.pdst)); in gem_add_flow_filter()
3539 htonl(fs->h_u.tcp_ip4_spec.ip4src), in gem_del_flow_filter()
3540 htonl(fs->h_u.tcp_ip4_spec.ip4dst), in gem_del_flow_filter()
3541 be16_to_cpu(fs->h_u.tcp_ip4_spec.psrc), in gem_del_flow_filter()
3542 be16_to_cpu(fs->h_u.tcp_ip4_spec.pdst)); in gem_del_flow_filter()