Lines Matching defs:flg
1367 ch_send_up(ch_t *chp, mblk_t *mp, uint32_t cksum, int flg)
1376 * note that flg will not be set unless enable_checksum_offload
1379 if (flg)
1514 ch_set_multicast(gld_mac_info_t *mp, uint8_t *ep, int flg)
1518 return (pe_set_mc(chp, ep, flg));
1674 uint32_t flg;
1698 flg = (msg_flg & HCK_FULLCKSUM)?
1701 flg = CH_NO_CPL;
1703 flg = CH_NO_HWCKSUM | CH_NO_CPL;
1772 flg |= CH_UDP_MF;
1775 flg |= CH_TCP_MF;
1779 flg |= CH_UDP;
1787 if (pe_start(chp, mp, flg))