Searched refs:prctl_ev_val (Results 1 – 3 of 3) sorted by relevance
718 struct protoctl_ev_val prctl_ev_val; in udp6_ctlinput() local753 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp6_ctlinput()757 prctl_ev_val.val = ntohl(icmp6->icmp6_mtu); in udp6_ctlinput()766 cmd, &prctl_ev_val); in udp6_ctlinput()
2403 struct protoctl_ev_val prctl_ev_val; in tcp_ctlinput() local2452 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp_ctlinput()2482 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in tcp_ctlinput()2484 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp_ctlinput()2493 cmd, &prctl_ev_val); in tcp_ctlinput()2544 struct protoctl_ev_val prctl_ev_val; in tcp6_ctlinput() local2597 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp6_ctlinput()2645 prctl_ev_val.val = mtu; in tcp6_ctlinput()2647 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp6_ctlinput()2656 cmd, &prctl_ev_val); in tcp6_ctlinput()
959 struct protoctl_ev_val prctl_ev_val; in udp_ctlinput() local960 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp_ctlinput()964 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in udp_ctlinput()974 cmd, &prctl_ev_val); in udp_ctlinput()