Lines Matching refs:ipv4
436 struct ocelot_ace_frame_ipv4 *ipv4 = NULL; in is2_entry_set() local
444 ipv4 = &ace->frame.ipv4; in is2_entry_set()
445 ttl = ipv4->ttl; in is2_entry_set()
446 fragment = ipv4->fragment; in is2_entry_set()
447 options = ipv4->options; in is2_entry_set()
448 proto = ipv4->proto; in is2_entry_set()
449 ds = ipv4->ds; in is2_entry_set()
450 ip_data = &ipv4->data; in is2_entry_set()
451 sip = ipv4->sip; in is2_entry_set()
452 dip = ipv4->dip; in is2_entry_set()
453 sport = &ipv4->sport; in is2_entry_set()
454 dport = &ipv4->dport; in is2_entry_set()
455 tcp_fin = ipv4->tcp_fin; in is2_entry_set()
456 tcp_syn = ipv4->tcp_syn; in is2_entry_set()
457 tcp_rst = ipv4->tcp_rst; in is2_entry_set()
458 tcp_psh = ipv4->tcp_psh; in is2_entry_set()
459 tcp_ack = ipv4->tcp_ack; in is2_entry_set()
460 tcp_urg = ipv4->tcp_urg; in is2_entry_set()
461 sip_eq_dip = ipv4->sip_eq_dip; in is2_entry_set()
462 sport_eq_dport = ipv4->sport_eq_dport; in is2_entry_set()
463 seq_zero = ipv4->seq_zero; in is2_entry_set()
497 ipv4 ? OCELOT_VCAP_BIT_1 : OCELOT_VCAP_BIT_0); in is2_entry_set()