Searched refs:tcp_ip_hdr (Results 1 – 2 of 2) sorted by relevance
341 uint8_t *tcp_ip_hdr; member
13868 ip6 = (struct ip6_hdr *)rack->r_ctl.fsb.tcp_ip_hdr; in rack_init_fsb_block()13890 ip = (struct ip *)rack->r_ctl.fsb.tcp_ip_hdr; in rack_init_fsb_block()13926 rack->r_ctl.fsb.tcp_ip_hdr = malloc(rack->r_ctl.fsb.tcp_ip_hdr_len, in rack_init_fsb()13928 if (rack->r_ctl.fsb.tcp_ip_hdr == NULL) { in rack_init_fsb()14852 if (rack->r_ctl.fsb.tcp_ip_hdr) { in rack_fini()14853 free(rack->r_ctl.fsb.tcp_ip_hdr, M_TCPFSB); in rack_fini()14854 rack->r_ctl.fsb.tcp_ip_hdr = NULL; in rack_fini()18287 ip6 = (struct ip6_hdr *)rack->r_ctl.fsb.tcp_ip_hdr; in rack_fast_rsm_output()18292 ip = (struct ip *)rack->r_ctl.fsb.tcp_ip_hdr; in rack_fast_rsm_output()18602 memcpy(cpto, rack->r_ctl.fsb.tcp_ip_hdr, rack->r_ctl.fsb.tcp_ip_hdr_len); in rack_fast_rsm_output()[all …]