Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h55 extern uint32_t fsw_ip_reass;
H A Dfsw_dp.c193 uint32_t fsw_ip_reass = FSW_IP_REASS_AUTO; variable
203 error = sysctl_io_number(req, fsw_ip_reass, sizeof(fsw_ip_reass),
209 fsw_ip_reass = new_value;
679 switch (fsw_ip_reass) { in rx_process_ip_frag()