Searched refs:prctl_ev_val (Results 1 – 3 of 3) sorted by relevance
732 struct protoctl_ev_val prctl_ev_val; in udp6_ctlinput() local767 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp6_ctlinput()771 prctl_ev_val.val = ntohl(icmp6->icmp6_mtu); in udp6_ctlinput()780 cmd, &prctl_ev_val); in udp6_ctlinput()
2436 struct protoctl_ev_val prctl_ev_val; in tcp_ctlinput() local2485 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp_ctlinput()2515 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in tcp_ctlinput()2517 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp_ctlinput()2526 cmd, &prctl_ev_val); in tcp_ctlinput()2577 struct protoctl_ev_val prctl_ev_val; in tcp6_ctlinput() local2630 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in tcp6_ctlinput()2677 prctl_ev_val.val = mtu; in tcp6_ctlinput()2679 prctl_ev_val.tcp_seq_number = icmp_tcp_seq; in tcp6_ctlinput()2688 cmd, &prctl_ev_val); in tcp6_ctlinput()
994 struct protoctl_ev_val prctl_ev_val; in udp_ctlinput() local995 bzero(&prctl_ev_val, sizeof(prctl_ev_val)); in udp_ctlinput()999 prctl_ev_val.val = ntohs(icp->icmp_nextmtu); in udp_ctlinput()1009 cmd, &prctl_ev_val); in udp_ctlinput()