Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_sched.c2069 uint16_t frag_offset_flags; in mac_rx_srs_fanout() local
2082 frag_offset_flags = in mac_rx_srs_fanout()
2084 if ((frag_offset_flags & in mac_rx_srs_fanout()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c7016 uint32_t frag_offset_flags; in ip_input_fragment() local
7050 if ((frag_offset_flags = ntohs(ipha->ipha_fragment_offset_and_flags) & in ip_input_fragment()
7104 offset = (frag_offset_flags << 3) & 0xFFFF; in ip_input_fragment()
7294 (frag_offset_flags & IPH_OFFSET) << 3, in ip_input_fragment()
7295 (frag_offset_flags & IPH_MF), ill, msg_len); in ip_input_fragment()
7347 if (frag_offset_flags & IPH_MF) { in ip_input_fragment()
7363 (frag_offset_flags & IPH_OFFSET) << 3, in ip_input_fragment()
7364 (frag_offset_flags & IPH_MF), ill, msg_len); in ip_input_fragment()