Searched refs:div_info (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c682 u_int32_t div_info = 0; /* packet divert/tee info */ local
975 div_info = i;
1297 * the divert info in div_info and args.fwa_divert_rule.
1303 (u_int16_t *)&div_info, &args.fwa_divert_rule);
1318 if (div_info != 0) {
1345 * If div_info is zero then cookie should be too, so we shouldn't
1348 if (div_info != 0) {
1352 if ((div_info & IP_FW_PORT_TEE_FLAG) != 0)
1364 divert_packet(m, 1, div_info & 0xffff, args.fwa_divert_rule);

Completed in 15 milliseconds