Home
last modified time | relevance | path

Searched refs:ICE_FLOW_SEG_HDR_ICMP (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/dev/ice/
HDice_flow.h83 ICE_FLOW_SEG_HDR_ICMP = 0x00000020, enumerator
HDice_flow.c126 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_ICMP, 0, ICE_FLOW_FLD_SZ_ICMP_TYPE),
128 ICE_FLOW_FLD_INFO(ICE_FLOW_SEG_HDR_ICMP, 1, ICE_FLOW_FLD_SZ_ICMP_CODE),
409 (ICE_FLOW_SEG_HDR_ICMP | ICE_FLOW_SEG_HDR_TCP | ICE_FLOW_SEG_HDR_UDP | \
532 if (hdrs & ICE_FLOW_SEG_HDR_ICMP) { in ice_flow_proc_seg_hdrs()